#58310B

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

Shades of Baker's Chocolate #58310B

Tints of Baker's Chocolate #58310B

Color information

#58310B (or 0x58310B) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 31 and 0B. RGB value is (88,49,11). Sum of RGB (Red+Green+Blue) = 88+49+11=148 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.46% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 88 - color contains mainly: red. Hex color #58310B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58310B is #A7CEF4. Grayscale: #383838. Windows color (decimal): -10997493 or 733528. OLE color: 733528.

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

Color convert

RGB884911-
CMYK00.440.880.65
HSL29.61º77.78%19.41%-
HSV(B)29.61º87.5%34.51%-
XYZ5.184.30.87-
YUV56.33102.42150.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.46%
GREEN value IS 49 (19.53% from 255) = 33.11%
BLUE value IS 11 (4.69% from 255) = 7.43%
R=59.46%
G=33.11%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88491100.440.880.6529.6177.7819.41
Hex5831B02C58411e4e13
Octal13061130541301013611623
Binary1011000110001101101011001011000100000111110100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58310B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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