#58391B

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

Shades of Baker's Chocolate #58391B

Tints of Baker's Chocolate #58391B

Color information

#58391B (or 0x58391B) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 39 and 1B. RGB value is (88,57,27). Sum of RGB (Red+Green+Blue) = 88+57+27=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #58391B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58391B is #A7C6E4. Grayscale: #3E3E3E. Windows color (decimal): -10995429 or 1784152. OLE color: 1784152.

HSL color Cylindrical-coordinate representation of color #58391B: hue angle of 29.51º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58391B is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB885727-
CMYK00.350.690.65
HSL29.51º53.04%22.55%-
HSV(B)29.51º69.32%34.51%-
XYZ5.695.081.72-
YUV62.85107.77145.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.16%
GREEN value IS 57 (22.66% from 255) = 33.14%
BLUE value IS 27 (10.94% from 255) = 15.70%
R=51.16%
G=33.14%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88572700.350.690.6529.5153.0422.55
Hex58391B02345411e3517
Octal1307133043105101366527
Binary1011000111001110110100011100010110000011111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58391B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58391B; }

 p { color: rgb(88,57,27); }

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

<style>
 a { background-color: #58391B; }

 a { background-color: rgb(88,57,27); }

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

<style>
 span { border-color: #58391B; }

 span { border-color: rgb(88,57,27); }

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