#58220A

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

Shades of Baker's Chocolate #58220A

Tints of Baker's Chocolate #58220A

Color information

#58220A (or 0x58220A) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 22 and 0A. RGB value is (88,34,10). Sum of RGB (Red+Green+Blue) = 88+34+10=132 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.67% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 10 (4.30% from 255 or 7.58% from 132); Max value from RGB is 88 - color contains mainly: red. Hex color #58220A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58220A is #A7DDF5. Grayscale: #2F2F2F. Windows color (decimal): -11001334 or 664152. OLE color: 664152.

HSL color Cylindrical-coordinate representation of color #58220A: hue angle of 18.46º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #58220A is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB883410-
CMYK00.610.890.65
HSL18.46º79.59%19.22%-
HSV(B)18.46º88.64%34.51%-
XYZ4.653.240.67-
YUV47.41106.89156.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 66.67%
GREEN value IS 34 (13.67% from 255) = 25.76%
BLUE value IS 10 (4.30% from 255) = 7.58%
R=66.67%
G=25.76%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88341000.610.890.6518.4679.5919.22
Hex5822A03D5941125013
Octal13042120751311012212023
Binary1011000100010101001111011011001100000110010101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58220A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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