#562F05

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

Shades of Baker's Chocolate #562F05

Tints of Baker's Chocolate #562F05

Color information

#562F05 (or 0x562F05) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 2F and 05. RGB value is (86,47,5). Sum of RGB (Red+Green+Blue) = 86+47+5=138 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.32% from 138); Green value is 47 (18.75% from 255 or 34.06% from 138); Blue value is 5 (2.34% from 255 or 3.62% from 138); Max value from RGB is 86 - color contains mainly: red. Hex color #562F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562F05 is #A9D0FA. Grayscale: #363636. Windows color (decimal): -11129083 or 339798. OLE color: 339798.

HSL color Cylindrical-coordinate representation of color #562F05: hue angle of 31.11º 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 #562F05 is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB86475-
CMYK00.450.940.66
HSL31.11º89.01%17.84%-
HSV(B)31.11º94.19%33.73%-
XYZ4.884.020.66-
YUV53.87100.42150.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 62.32%
GREEN value IS 47 (18.75% from 255) = 34.06%
BLUE value IS 5 (2.34% from 255) = 3.62%
R=62.32%
G=34.06%
B=3.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8647500.450.940.6631.1189.0117.84
Hex562F502D5E421f5912
Octal1265750551361023713122
Binary101011010111110101011011011110100001011111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562F05; }

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

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

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

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

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

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

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

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