#561F03

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

Shades of Baker's Chocolate #561F03

Tints of Baker's Chocolate #561F03

Color information

#561F03 (or 0x561F03) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 1F and 03. RGB value is (86,31,3). Sum of RGB (Red+Green+Blue) = 86+31+3=120 (15% of max value = 765). Red value is 86 (33.98% from 255 or 71.67% from 120); Green value is 31 (12.5% from 255 or 25.83% from 120); Blue value is 3 (1.56% from 255 or 2.5% from 120); Max value from RGB is 86 - color contains mainly: red. Hex color #561F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561F03 is #A9E0FC. Grayscale: #2C2C2C. Windows color (decimal): -11133181 or 204630. OLE color: 204630.

HSL color Cylindrical-coordinate representation of color #561F03: hue angle of 20.24º 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 #561F03 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB86313-
CMYK00.640.970.66
HSL20.24º93.26%17.45%-
HSV(B)20.24º96.51%33.73%-
XYZ4.342.960.43-
YUV44.25104.72157.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 71.67%
GREEN value IS 31 (12.5% from 255) = 25.83%
BLUE value IS 3 (1.56% from 255) = 2.5%
R=71.67%
G=25.83%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8631300.640.970.6620.2493.2617.45
Hex561F30406142145d11
Octal12637301001411022413521
Binary10101101111111010000001100001100001010100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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