#58310E

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

Shades of Baker's Chocolate #58310E

Tints of Baker's Chocolate #58310E

Color information

#58310E (or 0x58310E) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 31 and 0E. RGB value is (88,49,14). Sum of RGB (Red+Green+Blue) = 88+49+14=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 14 (5.86% from 255 or 9.27% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #58310E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58310E is #A7CEF1. Grayscale: #383838. Windows color (decimal): -10997490 or 930136. OLE color: 930136.

HSL color Cylindrical-coordinate representation of color #58310E: hue angle of 28.38º 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 #58310E is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB884914-
CMYK00.440.840.65
HSL28.38º72.55%20%-
HSV(B)28.38º84.09%34.51%-
XYZ5.24.30.97-
YUV56.67103.92150.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 58.28%
GREEN value IS 49 (19.53% from 255) = 32.45%
BLUE value IS 14 (5.86% from 255) = 9.27%
R=58.28%
G=32.45%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88491400.440.840.6528.3872.5520
Hex5831E02C54411c4914
Octal13061160541241013411124
Binary1011000110001111001011001010100100000111100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58310E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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