#562F14

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

Shades of Baker's Chocolate #562F14

Tints of Baker's Chocolate #562F14

Color information

#562F14 (or 0x562F14) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 2F and 14. RGB value is (86,47,20). Sum of RGB (Red+Green+Blue) = 86+47+20=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #562F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562F14 is #A9D0EB. Grayscale: #373737. Windows color (decimal): -11129068 or 1322838. OLE color: 1322838.

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

Color convert

RGB864720-
CMYK00.450.770.66
HSL24.55º62.26%20.78%-
HSV(B)24.55º76.74%33.73%-
XYZ4.984.061.18-
YUV55.58107.92149.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.21%
GREEN value IS 47 (18.75% from 255) = 30.72%
BLUE value IS 20 (8.20% from 255) = 13.07%
R=56.21%
G=30.72%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86472000.450.770.6624.5562.2620.78
Hex562F1402D4D42193e15
Octal1265724055115102317625
Binary1010110101111101000101101100110110000101100111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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