#58350D

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

Shades of Baker's Chocolate #58350D

Tints of Baker's Chocolate #58350D

Color information

#58350D (or 0x58350D) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 35 and 0D. RGB value is (88,53,13). Sum of RGB (Red+Green+Blue) = 88+53+13=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #58350D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58350D is #A7CAF2. Grayscale: #3B3B3B. Windows color (decimal): -10996467 or 865624. OLE color: 865624.

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

Color convert

RGB885313-
CMYK00.400.850.65
HSL32º74.26%19.8%-
HSV(B)32º85.23%34.51%-
XYZ5.374.651-
YUV58.9102.1148.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 57.14%
GREEN value IS 53 (21.09% from 255) = 34.42%
BLUE value IS 13 (5.47% from 255) = 8.44%
R=57.14%
G=34.42%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88531300.400.850.653274.2619.8
Hex5835D0285541204a14
Octal13065150501251014011224
Binary10110001101011101010100010101011000001100000100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58350D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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