#564238

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

Shades of Brown Derby #564238

Tints of Brown Derby #564238

Color information

#564238 (or 0x564238) is unknown color: approx Brown Derby. HEX triplet: 56, 42 and 38. RGB value is (86,66,56). Sum of RGB (Red+Green+Blue) = 86+66+56=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 86 - color contains mainly: red. Hex color #564238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564238 is #A9BDC7. Grayscale: #464646. Windows color (decimal): -11124168 or 3686998. OLE color: 3686998.

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

Color convert

RGB866656-
CMYK00.230.350.66
HSL20º21.13%27.84%-
HSV(B)20º34.88%33.73%-
XYZ6.56.164.59-
YUV70.84119.63138.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.35%
GREEN value IS 66 (26.17% from 255) = 31.73%
BLUE value IS 56 (22.27% from 255) = 26.92%
R=41.35%
G=31.73%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86665600.230.350.662021.1327.84
Hex564238017234214151c
Octal1261027002743102242534
Binary101011010000101110000101111000111000010101001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564238; }

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

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

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

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

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

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

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

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