#58200A

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

Shades of Baker's Chocolate #58200A

Tints of Baker's Chocolate #58200A

Color information

#58200A (or 0x58200A) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 20 and 0A. RGB value is (88,32,10). Sum of RGB (Red+Green+Blue) = 88+32+10=130 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.69% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 88 - color contains mainly: red. Hex color #58200A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58200A is #A7DFF5. Grayscale: #2E2E2E. Windows color (decimal): -11001846 or 663640. OLE color: 663640.

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

Color convert

RGB883210-
CMYK00.640.890.65
HSL16.92º79.59%19.22%-
HSV(B)16.92º88.64%34.51%-
XYZ4.63.130.65-
YUV46.24107.55157.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 67.69%
GREEN value IS 32 (12.89% from 255) = 24.62%
BLUE value IS 10 (4.30% from 255) = 7.69%
R=67.69%
G=24.62%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88321000.640.890.6516.9279.5919.22
Hex5820A0405941115013
Octal130401201001311012112023
Binary10110001000001010010000001011001100000110001101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58200A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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