#582E11

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

Shades of Baker's Chocolate #582E11

Tints of Baker's Chocolate #582E11

Color information

#582E11 (or 0x582E11) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 2E and 11. RGB value is (88,46,17). Sum of RGB (Red+Green+Blue) = 88+46+17=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #582E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582E11 is #A7D1EE. Grayscale: #373737. Windows color (decimal): -10998255 or 1125976. OLE color: 1125976.

HSL color Cylindrical-coordinate representation of color #582E11: hue angle of 24.51º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #582E11 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB884617-
CMYK00.480.810.65
HSL24.51º67.62%20.59%-
HSV(B)24.51º80.68%34.51%-
XYZ5.14.071.05-
YUV55.25106.41151.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 58.28%
GREEN value IS 46 (18.36% from 255) = 30.46%
BLUE value IS 17 (7.03% from 255) = 11.26%
R=58.28%
G=30.46%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88461700.480.810.6524.5167.6220.59
Hex582E110305141194415
Octal13056210601211013110425
Binary10110001011101000101100001010001100000111001100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,46,17); }

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

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

 a { background-color: rgb(88,46,17); }

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

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

 span { border-color: rgb(88,46,17); }

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