#561B02

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

Shades of Baker's Chocolate #561B02

Tints of Baker's Chocolate #561B02

Color information

#561B02 (or 0x561B02) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 1B and 02. RGB value is (86,27,2). Sum of RGB (Red+Green+Blue) = 86+27+2=115 (15% of max value = 765). Red value is 86 (33.98% from 255 or 74.78% from 115); Green value is 27 (10.94% from 255 or 23.48% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 86 - color contains mainly: red. Hex color #561B02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561B02 is #A9E4FD. Grayscale: #292929. Windows color (decimal): -11134206 or 138070. OLE color: 138070.

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

Color convert

RGB86272-
CMYK00.690.980.66
HSL17.86º95.45%17.25%-
HSV(B)17.86º97.67%33.73%-
XYZ4.242.770.37-
YUV41.79105.55159.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 74.78%
GREEN value IS 27 (10.94% from 255) = 23.48%
BLUE value IS 2 (1.17% from 255) = 1.74%
R=74.78%
G=23.48%
B=1.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8627200.690.980.6617.8695.4517.25
Hex561B20456242125f11
Octal12633201051421022213721
Binary10101101101110010001011100010100001010010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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