#58370F

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

Shades of Baker's Chocolate #58370F

Tints of Baker's Chocolate #58370F

Color information

#58370F (or 0x58370F) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 37 and 0F. RGB value is (88,55,15). Sum of RGB (Red+Green+Blue) = 88+55+15=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #58370F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58370F is #A7C8F0. Grayscale: #3C3C3C. Windows color (decimal): -10995953 or 997208. OLE color: 997208.

HSL color Cylindrical-coordinate representation of color #58370F: hue angle of 32.88º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #58370F is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB885515-
CMYK00.380.830.65
HSL32.88º70.87%20.2%-
HSV(B)32.88º82.95%34.51%-
XYZ5.484.841.1-
YUV60.31102.43147.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55.70%
GREEN value IS 55 (21.88% from 255) = 34.81%
BLUE value IS 15 (6.25% from 255) = 9.49%
R=55.70%
G=34.81%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88551500.380.830.6532.8870.8720.2
Hex5837F0265341214714
Octal13067170461231014110724
Binary10110001101111111010011010100111000001100001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58370F; }

 p { color: rgb(88,55,15); }

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

<style>
 a { background-color: #58370F; }

 a { background-color: rgb(88,55,15); }

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

<style>
 span { border-color: #58370F; }

 span { border-color: rgb(88,55,15); }

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