#562D01

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

Shades of Baker's Chocolate #562D01

Tints of Baker's Chocolate #562D01

Color information

#562D01 (or 0x562D01) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 2D and 01. RGB value is (86,45,1). Sum of RGB (Red+Green+Blue) = 86+45+1=132 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.15% from 132); Green value is 45 (17.97% from 255 or 34.09% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 86 - color contains mainly: red. Hex color #562D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562D01 is #A9D2FE. Grayscale: #343434. Windows color (decimal): -11129599 or 77142. OLE color: 77142.

HSL color Cylindrical-coordinate representation of color #562D01: hue angle of 31.06º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #562D01 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB86451-
CMYK00.480.990.66
HSL31.06º97.7%17.06%-
HSV(B)31.06º98.84%33.73%-
XYZ4.783.860.52-
YUV52.2499.08152.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 65.15%
GREEN value IS 45 (17.97% from 255) = 34.09%
BLUE value IS 1 (0.78% from 255) = 0.76%
R=65.15%
G=34.09%
B=0.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8645100.480.990.6631.0697.717.06
Hex562D103063421f6211
Octal1265510601431023714221
Binary1010110101101101100001100011100001011111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,45,1); }

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

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

 a { background-color: rgb(86,45,1); }

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

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

 span { border-color: rgb(86,45,1); }

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