#58290D

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

Shades of Baker's Chocolate #58290D

Tints of Baker's Chocolate #58290D

Color information

#58290D (or 0x58290D) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 29 and 0D. RGB value is (88,41,13). Sum of RGB (Red+Green+Blue) = 88+41+13=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #58290D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58290D is #A7D6F2. Grayscale: #343434. Windows color (decimal): -10999539 or 862552. OLE color: 862552.

HSL color Cylindrical-coordinate representation of color #58290D: hue angle of 22.4º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #58290D is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB884113-
CMYK00.530.850.65
HSL22.4º74.26%19.8%-
HSV(B)22.4º85.23%34.51%-
XYZ4.893.690.84-
YUV51.86106.07153.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.97%
GREEN value IS 41 (16.41% from 255) = 28.87%
BLUE value IS 13 (5.47% from 255) = 9.15%
R=61.97%
G=28.87%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88411300.530.850.6522.474.2619.8
Hex5829D0355541164a14
Octal13051150651251012611224
Binary1011000101001110101101011010101100000110110100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58290D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58290D; }

 p { color: rgb(88,41,13); }

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

<style>
 a { background-color: #58290D; }

 a { background-color: rgb(88,41,13); }

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

<style>
 span { border-color: #58290D; }

 span { border-color: rgb(88,41,13); }

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