#561D03

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

Shades of Baker's Chocolate #561D03

Tints of Baker's Chocolate #561D03

Color information

#561D03 (or 0x561D03) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 1D and 03. RGB value is (86,29,3). Sum of RGB (Red+Green+Blue) = 86+29+3=118 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.88% from 118); Green value is 29 (11.72% from 255 or 24.58% from 118); Blue value is 3 (1.56% from 255 or 2.54% from 118); Max value from RGB is 86 - color contains mainly: red. Hex color #561D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561D03 is #A9E2FC. Grayscale: #2B2B2B. Windows color (decimal): -11133693 or 204118. OLE color: 204118.

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

Color convert

RGB86293-
CMYK00.660.970.66
HSL18.8º93.26%17.45%-
HSV(B)18.8º96.51%33.73%-
XYZ4.292.860.41-
YUV43.08105.38158.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 72.88%
GREEN value IS 29 (11.72% from 255) = 24.58%
BLUE value IS 3 (1.56% from 255) = 2.54%
R=72.88%
G=24.58%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8629300.660.970.6618.893.2617.45
Hex561D30426142135d11
Octal12635301021411022313521
Binary10101101110111010000101100001100001010011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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