#582815

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

Shades of Baker's Chocolate #582815

Tints of Baker's Chocolate #582815

Color information

#582815 (or 0x582815) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 28 and 15. RGB value is (88,40,21). Sum of RGB (Red+Green+Blue) = 88+40+21=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #582815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582815 is #A7D7EA. Grayscale: #343434. Windows color (decimal): -10999787 or 1386584. OLE color: 1386584.

HSL color Cylindrical-coordinate representation of color #582815: hue angle of 17.01º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #582815 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB884021-
CMYK00.550.760.65
HSL17.01º61.47%21.37%-
HSV(B)17.01º76.14%34.51%-
XYZ4.923.651.15-
YUV52.19110.4153.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.06%
GREEN value IS 40 (16.02% from 255) = 26.85%
BLUE value IS 21 (8.59% from 255) = 14.09%
R=59.06%
G=26.85%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88402100.550.760.6517.0161.4721.37
Hex5828150374C41113d15
Octal1305025067114101217525
Binary1011000101000101010110111100110010000011000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582815; }

 p { color: rgb(88,40,21); }

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

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

 a { background-color: rgb(88,40,21); }

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

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

 span { border-color: rgb(88,40,21); }

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