#562A05

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

Shades of Baker's Chocolate #562A05

Tints of Baker's Chocolate #562A05

Color information

#562A05 (or 0x562A05) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 2A and 05. RGB value is (86,42,5). Sum of RGB (Red+Green+Blue) = 86+42+5=133 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.66% from 133); Green value is 42 (16.80% from 255 or 31.58% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 86 - color contains mainly: red. Hex color #562A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562A05 is #A9D5FA. Grayscale: #333333. Windows color (decimal): -11130363 or 338518. OLE color: 338518.

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

Color convert

RGB86425-
CMYK00.510.940.66
HSL27.41º89.01%17.84%-
HSV(B)27.41º94.19%33.73%-
XYZ4.693.650.6-
YUV50.94102.08153.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 64.66%
GREEN value IS 42 (16.80% from 255) = 31.58%
BLUE value IS 5 (2.34% from 255) = 3.76%
R=64.66%
G=31.58%
B=3.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8642500.510.940.6627.4189.0117.84
Hex562A50335E421b5912
Octal1265250631361023313122
Binary101011010101010101100111011110100001011011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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