#582813

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

Shades of Baker's Chocolate #582813

Tints of Baker's Chocolate #582813

Color information

#582813 (or 0x582813) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 28 and 13. RGB value is (88,40,19). Sum of RGB (Red+Green+Blue) = 88+40+19=147 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.86% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 88 - color contains mainly: red. Hex color #582813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582813 is #A7D7EC. Grayscale: #343434. Windows color (decimal): -10999789 or 1255512. OLE color: 1255512.

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

Color convert

RGB884019-
CMYK00.550.780.65
HSL18.26º64.49%20.98%-
HSV(B)18.26º78.41%34.51%-
XYZ4.93.641.06-
YUV51.96109.4153.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.86%
GREEN value IS 40 (16.02% from 255) = 27.21%
BLUE value IS 19 (7.81% from 255) = 12.93%
R=59.86%
G=27.21%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88401900.550.780.6518.2664.4920.98
Hex5828130374E41124015
Octal13050230671161012210025
Binary10110001010001001101101111001110100000110010100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582813; }

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

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

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

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

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

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

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

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