#562510

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

Shades of Baker's Chocolate #562510

Tints of Baker's Chocolate #562510

Color information

#562510 (or 0x562510) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 25 and 10. RGB value is (86,37,16). Sum of RGB (Red+Green+Blue) = 86+37+16=139 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.87% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 86 - color contains mainly: red. Hex color #562510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562510 is #A9DAEF. Grayscale: #313131. Windows color (decimal): -11131632 or 1058134. OLE color: 1058134.

HSL color Cylindrical-coordinate representation of color #562510: hue angle of 18º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #562510 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.66.

Color convert

RGB863716-
CMYK00.570.810.66
HSL18º68.63%20%-
HSV(B)18º81.4%33.73%-
XYZ4.593.340.89-
YUV49.26109.23154.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 61.87%
GREEN value IS 37 (14.84% from 255) = 26.62%
BLUE value IS 16 (6.64% from 255) = 11.51%
R=61.87%
G=26.62%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.81
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86371600.570.810.661868.6320
Hex5625100395142124514
Octal12645200711211022210524
Binary10101101001011000001110011010001100001010010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562510; }

 p { color: rgb(86,37,16); }

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

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

 a { background-color: rgb(86,37,16); }

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

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

 span { border-color: rgb(86,37,16); }

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