#564235

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

Shades of Brown Derby #564235

Tints of Brown Derby #564235

Color information

#564235 (or 0x564235) is unknown color: approx Brown Derby. HEX triplet: 56, 42 and 35. RGB value is (86,66,53). Sum of RGB (Red+Green+Blue) = 86+66+53=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 86 - color contains mainly: red. Hex color #564235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564235 is #A9BDCA. Grayscale: #464646. Windows color (decimal): -11124171 or 3490390. OLE color: 3490390.

HSL color Cylindrical-coordinate representation of color #564235: hue angle of 23.64º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #564235 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.66.

Color convert

RGB866653-
CMYK00.230.380.66
HSL23.64º23.74%27.25%-
HSV(B)23.64º38.37%33.73%-
XYZ6.436.134.21-
YUV70.5118.13139.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.95%
GREEN value IS 66 (26.17% from 255) = 32.20%
BLUE value IS 53 (21.09% from 255) = 25.85%
R=41.95%
G=32.20%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86665300.230.380.6623.6423.7427.25
Hex564235017264218181b
Octal1261026502746102303033
Binary101011010000101101010101111001101000010110001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564235; }

 p { color: rgb(86,66,53); }

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

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

 a { background-color: rgb(86,66,53); }

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

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

 span { border-color: rgb(86,66,53); }

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