#582F15

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

Shades of Baker's Chocolate #582F15

Tints of Baker's Chocolate #582F15

Color information

#582F15 (or 0x582F15) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 2F and 15. RGB value is (88,47,21). Sum of RGB (Red+Green+Blue) = 88+47+21=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #582F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582F15 is #A7D0EA. Grayscale: #383838. Windows color (decimal): -10997995 or 1388376. OLE color: 1388376.

HSL color Cylindrical-coordinate representation of color #582F15: hue angle of 23.28º 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 #582F15 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB884721-
CMYK00.470.760.65
HSL23.28º61.47%21.37%-
HSV(B)23.28º76.14%34.51%-
XYZ5.184.161.24-
YUV56.29108.08150.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.41%
GREEN value IS 47 (18.75% from 255) = 30.13%
BLUE value IS 21 (8.59% from 255) = 13.46%
R=56.41%
G=30.13%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88472100.470.760.6523.2861.4721.37
Hex582F1502F4C41173d15
Octal1305725057114101277525
Binary1011000101111101010101111100110010000011011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582F15; }

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

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

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

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

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

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

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

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