#58350E

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

Shades of Baker's Chocolate #58350E

Tints of Baker's Chocolate #58350E

Color information

#58350E (or 0x58350E) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 35 and 0E. RGB value is (88,53,14). Sum of RGB (Red+Green+Blue) = 88+53+14=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #58350E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58350E is #A7CAF1. Grayscale: #3B3B3B. Windows color (decimal): -10996466 or 931160. OLE color: 931160.

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

Color convert

RGB885314-
CMYK00.400.840.65
HSL31.62º72.55%20%-
HSV(B)31.62º84.09%34.51%-
XYZ5.384.651.03-
YUV59.02102.6148.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.77%
GREEN value IS 53 (21.09% from 255) = 34.19%
BLUE value IS 14 (5.86% from 255) = 9.03%
R=56.77%
G=34.19%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88531400.400.840.6531.6272.5520
Hex5835E0285441204914
Octal13065160501241014011124
Binary10110001101011110010100010101001000001100000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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