#58200B

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

Shades of Baker's Chocolate #58200B

Tints of Baker's Chocolate #58200B

Color information

#58200B (or 0x58200B) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 20 and 0B. RGB value is (88,32,11). Sum of RGB (Red+Green+Blue) = 88+32+11=131 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.18% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 88 - color contains mainly: red. Hex color #58200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58200B is #A7DFF4. Grayscale: #2E2E2E. Windows color (decimal): -11001845 or 729176. OLE color: 729176.

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

Color convert

RGB883211-
CMYK00.640.880.65
HSL16.36º77.78%19.41%-
HSV(B)16.36º87.5%34.51%-
XYZ4.63.130.68-
YUV46.35108.05157.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 67.18%
GREEN value IS 32 (12.89% from 255) = 24.43%
BLUE value IS 11 (4.69% from 255) = 8.40%
R=67.18%
G=24.43%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88321100.640.880.6516.3677.7819.41
Hex5820B0405841104e13
Octal130401301001301012011623
Binary10110001000001011010000001011000100000110000100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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