#534444

Color #534444 Woody Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woody Brown #534444

Tints of Woody Brown #534444

Color information

#534444 (or 0x534444) is unknown color: approx Woody Brown. HEX triplet: 53, 44 and 44. RGB value is (83,68,68). Sum of RGB (Red+Green+Blue) = 83+68+68=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 83 - color contains mainly: red. Hex color #534444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534444 is #ACBBBB. Grayscale: #484848. Windows color (decimal): -11320252 or 4473939. OLE color: 4473939.

HSL color Cylindrical-coordinate representation of color #534444: hue angle of 0º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #534444 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB836868-
CMYK00.180.180.67
HSL9.93%29.61%-
HSV(B)18.07%32.55%-
XYZ6.686.396.35-
YUV72.48125.47135.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 37.90%
GREEN value IS 68 (26.95% from 255) = 31.05%
BLUE value IS 68 (26.95% from 255) = 31.05%
R=37.90%
G=31.05%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83686800.180.180.6709.9329.61
Hex53444401212430a1e
Octal1231041040222210301236
Binary1010011100010010001000100101001010000110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534444; }

 p { color: rgb(83,68,68); }

 H1.HeaderClassName
 {
   color: #534444;
 }
 .AnyTagClassName
 {
   color: #534444;
 }
</style>
background-color css

<style>
 a { background-color: #534444; }

 a { background-color: rgb(83,68,68); }

 div.DivClassName
 {
   background-color: #534444;
 }
 .BgClassName
 {
   background-color: #534444;
 }
</style>
border-color css

<style>
 span { border-color: #534444; }

 span { border-color: rgb(83,68,68); }

 td.TdClassName
 {
   border-color: #534444;
 }
 .TagClassName
 {
   border-color: #534444;
 }
</style>