#58290E

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

Shades of Baker's Chocolate #58290E

Tints of Baker's Chocolate #58290E

Color information

#58290E (or 0x58290E) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 29 and 0E. RGB value is (88,41,14). Sum of RGB (Red+Green+Blue) = 88+41+14=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #58290E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58290E is #A7D6F1. Grayscale: #343434. Windows color (decimal): -10999538 or 928088. OLE color: 928088.

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

Color convert

RGB884114-
CMYK00.530.840.65
HSL21.89º72.55%20%-
HSV(B)21.89º84.09%34.51%-
XYZ4.93.690.87-
YUV51.97106.57153.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.54%
GREEN value IS 41 (16.41% from 255) = 28.67%
BLUE value IS 14 (5.86% from 255) = 9.79%
R=61.54%
G=28.67%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88411400.530.840.6521.8972.5520
Hex5829E0355441164914
Octal13051160651241012611124
Binary1011000101001111001101011010100100000110110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58290E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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