#58220B

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

Shades of Baker's Chocolate #58220B

Tints of Baker's Chocolate #58220B

Color information

#58220B (or 0x58220B) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 22 and 0B. RGB value is (88,34,11). Sum of RGB (Red+Green+Blue) = 88+34+11=133 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.17% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 88 - color contains mainly: red. Hex color #58220B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58220B is #A7DDF4. Grayscale: #2F2F2F. Windows color (decimal): -11001333 or 729688. OLE color: 729688.

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

Color convert

RGB883411-
CMYK00.610.880.65
HSL17.92º77.78%19.41%-
HSV(B)17.92º87.5%34.51%-
XYZ4.663.240.7-
YUV47.52107.39156.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 66.17%
GREEN value IS 34 (13.67% from 255) = 25.56%
BLUE value IS 11 (4.69% from 255) = 8.27%
R=66.17%
G=25.56%
B=8.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88341100.610.880.6517.9277.7819.41
Hex5822B03D5841124e13
Octal13042130751301012211623
Binary1011000100010101101111011011000100000110010100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58220B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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