#564134

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

Shades of Brown Derby #564134

Tints of Brown Derby #564134

Color information

#564134 (or 0x564134) is unknown color: approx Brown Derby. HEX triplet: 56, 41 and 34. RGB value is (86,65,52). Sum of RGB (Red+Green+Blue) = 86+65+52=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 86 - color contains mainly: red. Hex color #564134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564134 is #A9BECB. Grayscale: #454545. Windows color (decimal): -11124428 or 3424598. OLE color: 3424598.

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

Color convert

RGB866552-
CMYK00.240.400.66
HSL22.94º24.64%27.06%-
HSV(B)22.94º39.53%33.73%-
XYZ6.356.014.07-
YUV69.8117.96139.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.36%
GREEN value IS 65 (25.78% from 255) = 32.02%
BLUE value IS 52 (20.70% from 255) = 25.62%
R=42.36%
G=32.02%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86655200.240.400.6622.9424.6427.06
Hex564134018284217191b
Octal1261016403050102273133
Binary101011010000011101000110001010001000010101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564134; }

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

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

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

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

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

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

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

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