#562A0E

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

Shades of Baker's Chocolate #562A0E

Tints of Baker's Chocolate #562A0E

Color information

#562A0E (or 0x562A0E) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 2A and 0E. RGB value is (86,42,14). Sum of RGB (Red+Green+Blue) = 86+42+14=142 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.56% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 86 - color contains mainly: red. Hex color #562A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562A0E is #A9D5F1. Grayscale: #343434. Windows color (decimal): -11130354 or 928342. OLE color: 928342.

HSL color Cylindrical-coordinate representation of color #562A0E: hue angle of 23.33º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #562A0E is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB864214-
CMYK00.510.840.66
HSL23.33º72%19.61%-
HSV(B)23.33º83.72%33.73%-
XYZ4.743.670.87-
YUV51.96106.58152.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.56%
GREEN value IS 42 (16.80% from 255) = 29.58%
BLUE value IS 14 (5.86% from 255) = 9.86%
R=60.56%
G=29.58%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86421400.510.840.6623.337219.61
Hex562AE0335442174814
Octal12652160631241022711024
Binary1010110101010111001100111010100100001010111100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,42,14); }

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

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

 a { background-color: rgb(86,42,14); }

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

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

 span { border-color: rgb(86,42,14); }

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