#582810

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

Shades of Baker's Chocolate #582810

Tints of Baker's Chocolate #582810

Color information

#582810 (or 0x582810) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 28 and 10. RGB value is (88,40,16). Sum of RGB (Red+Green+Blue) = 88+40+16=144 (19% of max value = 765). Red value is 88 (34.77% from 255 or 61.11% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 88 - color contains mainly: red. Hex color #582810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582810 is #A7D7EF. Grayscale: #333333. Windows color (decimal): -10999792 or 1058904. OLE color: 1058904.

HSL color Cylindrical-coordinate representation of color #582810: hue angle of 20º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #582810 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB884016-
CMYK00.550.820.65
HSL20º69.23%20.39%-
HSV(B)20º81.82%34.51%-
XYZ4.883.630.93-
YUV51.62107.9153.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.11%
GREEN value IS 40 (16.02% from 255) = 27.78%
BLUE value IS 16 (6.64% from 255) = 11.11%
R=61.11%
G=27.78%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88401600.550.820.652069.2320.39
Hex5828100375241144514
Octal13050200671221012410524
Binary10110001010001000001101111010010100000110100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582810; }

 p { color: rgb(88,40,16); }

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

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

 a { background-color: rgb(88,40,16); }

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

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

 span { border-color: rgb(88,40,16); }

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