#564538

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

Shades of Brown Derby #564538

Tints of Brown Derby #564538

Color information

#564538 (or 0x564538) is unknown color: approx Brown Derby. HEX triplet: 56, 45 and 38. RGB value is (86,69,56). Sum of RGB (Red+Green+Blue) = 86+69+56=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 86 - color contains mainly: red. Hex color #564538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564538 is #A9BAC7. Grayscale: #484848. Windows color (decimal): -11123400 or 3687766. OLE color: 3687766.

HSL color Cylindrical-coordinate representation of color #564538: hue angle of 26º 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 #564538 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.66.

Color convert

RGB866956-
CMYK00.200.350.66
HSL26º21.13%27.84%-
HSV(B)26º34.88%33.73%-
XYZ6.686.524.65-
YUV72.6118.63137.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.76%
GREEN value IS 69 (27.34% from 255) = 32.70%
BLUE value IS 56 (22.27% from 255) = 26.54%
R=40.76%
G=32.70%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86695600.200.350.662621.1327.84
Hex56453801423421a151c
Octal1261057002443102322534
Binary101011010001011110000101001000111000010110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564538; }

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

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

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

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

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

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

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

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