#562E01

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

Shades of Baker's Chocolate #562E01

Tints of Baker's Chocolate #562E01

Color information

#562E01 (or 0x562E01) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 2E and 01. RGB value is (86,46,1). Sum of RGB (Red+Green+Blue) = 86+46+1=133 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.66% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 86 - color contains mainly: red. Hex color #562E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562E01 is #A9D1FE. Grayscale: #353535. Windows color (decimal): -11129343 or 77398. OLE color: 77398.

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

Color convert

RGB86461-
CMYK00.470.990.66
HSL31.76º97.7%17.06%-
HSV(B)31.76º98.84%33.73%-
XYZ4.823.930.53-
YUV52.8398.75151.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 64.66%
GREEN value IS 46 (18.36% from 255) = 34.59%
BLUE value IS 1 (0.78% from 255) = 0.75%
R=64.66%
G=34.59%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8646100.470.990.6631.7697.717.06
Hex562E102F6342206211
Octal1265610571431024014221
Binary10101101011101010111111000111000010100000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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