#562005

Color #562005 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #562005

Tints of Baker's Chocolate #562005

Color information

#562005 (or 0x562005) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 20 and 05. RGB value is (86,32,5). Sum of RGB (Red+Green+Blue) = 86+32+5=123 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.92% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 5 (2.34% from 255 or 4.07% from 123); Max value from RGB is 86 - color contains mainly: red. Hex color #562005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562005 is #A9DFFA. Grayscale: #2D2D2D. Windows color (decimal): -11132923 or 335958. OLE color: 335958.

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

Color convert

RGB86325-
CMYK00.630.940.66
HSL20º89.01%17.84%-
HSV(B)20º94.19%33.73%-
XYZ4.383.020.5-
YUV45.07105.39157.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 69.92%
GREEN value IS 32 (12.89% from 255) = 26.02%
BLUE value IS 5 (2.34% from 255) = 4.07%
R=69.92%
G=26.02%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8632500.630.940.662089.0117.84
Hex5620503F5E42145912
Octal1264050771361022413122
Binary101011010000010101111111011110100001010100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562005; }

 p { color: rgb(86,32,5); }

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

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

 a { background-color: rgb(86,32,5); }

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

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

 span { border-color: rgb(86,32,5); }

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