#562A02

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

Shades of Baker's Chocolate #562A02

Tints of Baker's Chocolate #562A02

Color information

#562A02 (or 0x562A02) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 2A and 02. RGB value is (86,42,2). Sum of RGB (Red+Green+Blue) = 86+42+2=130 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.15% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 86 - color contains mainly: red. Hex color #562A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562A02 is #A9D5FD. Grayscale: #323232. Windows color (decimal): -11130366 or 141910. OLE color: 141910.

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

Color convert

RGB86422-
CMYK00.510.980.66
HSL28.57º95.45%17.25%-
HSV(B)28.57º97.67%33.73%-
XYZ4.683.640.51-
YUV50.6100.58153.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 66.15%
GREEN value IS 42 (16.80% from 255) = 32.31%
BLUE value IS 2 (1.17% from 255) = 1.54%
R=66.15%
G=32.31%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8642200.510.980.6628.5795.4517.25
Hex562A203362421d5f11
Octal1265220631421023513721
Binary10101101010101001100111100010100001011101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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