#561A03

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

Shades of Baker's Chocolate #561A03

Tints of Baker's Chocolate #561A03

Color information

#561A03 (or 0x561A03) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 1A and 03. RGB value is (86,26,3). Sum of RGB (Red+Green+Blue) = 86+26+3=115 (15% of max value = 765). Red value is 86 (33.98% from 255 or 74.78% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 3 (1.56% from 255 or 2.61% from 115); Max value from RGB is 86 - color contains mainly: red. Hex color #561A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561A03 is #A9E5FC. Grayscale: #292929. Windows color (decimal): -11134461 or 203350. OLE color: 203350.

HSL color Cylindrical-coordinate representation of color #561A03: hue angle of 16.63º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #561A03 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB86263-
CMYK00.700.970.66
HSL16.63º93.26%17.45%-
HSV(B)16.63º96.51%33.73%-
XYZ4.222.720.39-
YUV41.32106.38159.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 74.78%
GREEN value IS 26 (10.55% from 255) = 22.61%
BLUE value IS 3 (1.56% from 255) = 2.61%
R=74.78%
G=22.61%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8626300.700.970.6616.6393.2617.45
Hex561A30466142115d11
Octal12632301061411022113521
Binary10101101101011010001101100001100001010001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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