#582A14

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

Shades of Baker's Chocolate #582A14

Tints of Baker's Chocolate #582A14

Color information

#582A14 (or 0x582A14) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 2A and 14. RGB value is (88,42,20). Sum of RGB (Red+Green+Blue) = 88+42+20=150 (19% of max value = 765). Red value is 88 (34.77% from 255 or 58.67% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 88 - color contains mainly: red. Hex color #582A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582A14 is #A7D5EB. Grayscale: #353535. Windows color (decimal): -10999276 or 1321560. OLE color: 1321560.

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

Color convert

RGB884220-
CMYK00.520.770.65
HSL19.41º62.96%21.18%-
HSV(B)19.41º77.27%34.51%-
XYZ4.983.781.13-
YUV53.25109.24152.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 58.67%
GREEN value IS 42 (16.80% from 255) = 28%
BLUE value IS 20 (8.20% from 255) = 13.33%
R=58.67%
G=28%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88422000.520.770.6519.4162.9621.18
Hex582A140344D41133f15
Octal1305224064115101237725
Binary1011000101010101000110100100110110000011001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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