#564434

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

Shades of Brown Derby #564434

Tints of Brown Derby #564434

Color information

#564434 (or 0x564434) is unknown color: approx Brown Derby. HEX triplet: 56, 44 and 34. RGB value is (86,68,52). Sum of RGB (Red+Green+Blue) = 86+68+52=206 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.75% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 86 - color contains mainly: red. Hex color #564434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564434 is #A9BBCB. Grayscale: #474747. Windows color (decimal): -11123660 or 3425366. OLE color: 3425366.

HSL color Cylindrical-coordinate representation of color #564434: hue angle of 28.24º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #564434 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB866852-
CMYK00.210.400.66
HSL28.24º24.64%27.06%-
HSV(B)28.24º39.53%33.73%-
XYZ6.526.364.13-
YUV71.56116.96138.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.75%
GREEN value IS 68 (26.95% from 255) = 33.01%
BLUE value IS 52 (20.70% from 255) = 25.24%
R=41.75%
G=33.01%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86685200.210.400.6628.2424.6427.06
Hex56443401528421c191b
Octal1261046402550102343133
Binary101011010001001101000101011010001000010111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564434; }

 p { color: rgb(86,68,52); }

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

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

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

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

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

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

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