#582E10

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

Shades of Baker's Chocolate #582E10

Tints of Baker's Chocolate #582E10

Color information

#582E10 (or 0x582E10) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 2E and 10. RGB value is (88,46,16). Sum of RGB (Red+Green+Blue) = 88+46+16=150 (19% of max value = 765). Red value is 88 (34.77% from 255 or 58.67% from 150); Green value is 46 (18.36% from 255 or 30.67% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 88 - color contains mainly: red. Hex color #582E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582E10 is #A7D1EF. Grayscale: #373737. Windows color (decimal): -10998256 or 1060440. OLE color: 1060440.

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

Color convert

RGB884616-
CMYK00.480.820.65
HSL25º69.23%20.39%-
HSV(B)25º81.82%34.51%-
XYZ5.14.071.01-
YUV55.14105.91151.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 58.67%
GREEN value IS 46 (18.36% from 255) = 30.67%
BLUE value IS 16 (6.64% from 255) = 10.67%
R=58.67%
G=30.67%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88461600.480.820.652569.2320.39
Hex582E100305241194514
Octal13056200601221013110524
Binary10110001011101000001100001010010100000111001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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