#562F02

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

Shades of Baker's Chocolate #562F02

Tints of Baker's Chocolate #562F02

Color information

#562F02 (or 0x562F02) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 2F and 02. RGB value is (86,47,2). Sum of RGB (Red+Green+Blue) = 86+47+2=135 (17% of max value = 765). Red value is 86 (33.98% from 255 or 63.70% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 86 - color contains mainly: red. Hex color #562F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562F02 is #A9D0FD. Grayscale: #353535. Windows color (decimal): -11129086 or 143190. OLE color: 143190.

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

Color convert

RGB86472-
CMYK00.450.980.66
HSL32.14º95.45%17.25%-
HSV(B)32.14º97.67%33.73%-
XYZ4.874.020.58-
YUV53.5398.92151.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 63.70%
GREEN value IS 47 (18.75% from 255) = 34.81%
BLUE value IS 2 (1.17% from 255) = 1.48%
R=63.70%
G=34.81%
B=1.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8647200.450.980.6632.1495.4517.25
Hex562F202D6242205f11
Octal1265720551421024013721
Binary101011010111110010110111000101000010100000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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