#58310D

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

Shades of Baker's Chocolate #58310D

Tints of Baker's Chocolate #58310D

Color information

#58310D (or 0x58310D) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 31 and 0D. RGB value is (88,49,13). Sum of RGB (Red+Green+Blue) = 88+49+13=150 (19% of max value = 765). Red value is 88 (34.77% from 255 or 58.67% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 88 - color contains mainly: red. Hex color #58310D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58310D is #A7CEF2. Grayscale: #383838. Windows color (decimal): -10997491 or 864600. OLE color: 864600.

HSL color Cylindrical-coordinate representation of color #58310D: hue angle of 28.8º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #58310D is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB884913-
CMYK00.440.850.65
HSL28.8º74.26%19.8%-
HSV(B)28.8º85.23%34.51%-
XYZ5.24.30.94-
YUV56.56103.42150.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 58.67%
GREEN value IS 49 (19.53% from 255) = 32.67%
BLUE value IS 13 (5.47% from 255) = 8.67%
R=58.67%
G=32.67%
B=8.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88491300.440.850.6528.874.2619.8
Hex5831D02C55411d4a14
Octal13061150541251013511224
Binary1011000110001110101011001010101100000111101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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