#561A02

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

Shades of Baker's Chocolate #561A02

Tints of Baker's Chocolate #561A02

Color information

#561A02 (or 0x561A02) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 1A and 02. RGB value is (86,26,2). Sum of RGB (Red+Green+Blue) = 86+26+2=114 (15% of max value = 765). Red value is 86 (33.98% from 255 or 75.44% from 114); Green value is 26 (10.55% from 255 or 22.81% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 86 - color contains mainly: red. Hex color #561A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561A02 is #A9E5FD. Grayscale: #292929. Windows color (decimal): -11134462 or 137814. OLE color: 137814.

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

Color convert

RGB86262-
CMYK00.700.980.66
HSL17.14º95.45%17.25%-
HSV(B)17.14º97.67%33.73%-
XYZ4.222.720.36-
YUV41.2105.88159.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 75.44%
GREEN value IS 26 (10.55% from 255) = 22.81%
BLUE value IS 2 (1.17% from 255) = 1.75%
R=75.44%
G=22.81%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8626200.700.980.6617.1495.4517.25
Hex561A20466242115f11
Octal12632201061421022113721
Binary10101101101010010001101100010100001010001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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