#58220D

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

Shades of Baker's Chocolate #58220D

Tints of Baker's Chocolate #58220D

Color information

#58220D (or 0x58220D) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 22 and 0D. RGB value is (88,34,13). Sum of RGB (Red+Green+Blue) = 88+34+13=135 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.19% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 88 - color contains mainly: red. Hex color #58220D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58220D is #A7DDF2. Grayscale: #2F2F2F. Windows color (decimal): -11001331 or 860760. OLE color: 860760.

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

Color convert

RGB883413-
CMYK00.610.850.65
HSL16.8º74.26%19.8%-
HSV(B)16.8º85.23%34.51%-
XYZ4.673.250.76-
YUV47.75108.39156.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 65.19%
GREEN value IS 34 (13.67% from 255) = 25.19%
BLUE value IS 13 (5.47% from 255) = 9.63%
R=65.19%
G=25.19%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88341300.610.850.6516.874.2619.8
Hex5822D03D5541114a14
Octal13042150751251012111224
Binary1011000100010110101111011010101100000110001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58220D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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