#58210A

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

Shades of Baker's Chocolate #58210A

Tints of Baker's Chocolate #58210A

Color information

#58210A (or 0x58210A) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 21 and 0A. RGB value is (88,33,10). Sum of RGB (Red+Green+Blue) = 88+33+10=131 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.18% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 88 - color contains mainly: red. Hex color #58210A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58210A is #A7DEF5. Grayscale: #2E2E2E. Windows color (decimal): -11001590 or 663896. OLE color: 663896.

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

Color convert

RGB883310-
CMYK00.620.890.65
HSL17.69º79.59%19.22%-
HSV(B)17.69º88.64%34.51%-
XYZ4.623.180.66-
YUV46.82107.22157.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 67.18%
GREEN value IS 33 (13.28% from 255) = 25.19%
BLUE value IS 10 (4.30% from 255) = 7.63%
R=67.18%
G=25.19%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88331000.620.890.6517.6979.5919.22
Hex5821A03E5941125013
Octal13041120761311012212023
Binary1011000100001101001111101011001100000110010101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58210A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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