#582E14

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

Shades of Baker's Chocolate #582E14

Tints of Baker's Chocolate #582E14

Color information

#582E14 (or 0x582E14) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 2E and 14. RGB value is (88,46,20). Sum of RGB (Red+Green+Blue) = 88+46+20=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 46 (18.36% from 255 or 29.87% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #582E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582E14 is #A7D1EB. Grayscale: #373737. Windows color (decimal): -10998252 or 1322584. OLE color: 1322584.

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

Color convert

RGB884620-
CMYK00.480.770.65
HSL22.94º62.96%21.18%-
HSV(B)22.94º77.27%34.51%-
XYZ5.134.081.18-
YUV55.59107.91151.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 57.14%
GREEN value IS 46 (18.36% from 255) = 29.87%
BLUE value IS 20 (8.20% from 255) = 12.99%
R=57.14%
G=29.87%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88462000.480.770.6522.9462.9621.18
Hex582E140304D41173f15
Octal1305624060115101277725
Binary1011000101110101000110000100110110000011011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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