#562F0D

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

Shades of Baker's Chocolate #562F0D

Tints of Baker's Chocolate #562F0D

Color information

#562F0D (or 0x562F0D) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 2F and 0D. RGB value is (86,47,13). Sum of RGB (Red+Green+Blue) = 86+47+13=146 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.90% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 86 - color contains mainly: red. Hex color #562F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562F0D is #A9D0F2. Grayscale: #363636. Windows color (decimal): -11129075 or 864086. OLE color: 864086.

HSL color Cylindrical-coordinate representation of color #562F0D: hue angle of 27.95º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #562F0D is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB864713-
CMYK00.450.850.66
HSL27.95º73.74%19.41%-
HSV(B)27.95º84.88%33.73%-
XYZ4.934.040.9-
YUV54.78104.42150.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.90%
GREEN value IS 47 (18.75% from 255) = 32.19%
BLUE value IS 13 (5.47% from 255) = 8.90%
R=58.90%
G=32.19%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86471300.450.850.6627.9573.7419.41
Hex562FD02D55421c4a13
Octal12657150551251023411223
Binary1010110101111110101011011010101100001011100100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562F0D; }

 p { color: rgb(86,47,13); }

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

<style>
 a { background-color: #562F0D; }

 a { background-color: rgb(86,47,13); }

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

<style>
 span { border-color: #562F0D; }

 span { border-color: rgb(86,47,13); }

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