#582C10

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

Shades of Baker's Chocolate #582C10

Tints of Baker's Chocolate #582C10

Color information

#582C10 (or 0x582C10) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 2C and 10. RGB value is (88,44,16). Sum of RGB (Red+Green+Blue) = 88+44+16=148 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.46% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 88 - color contains mainly: red. Hex color #582C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582C10 is #A7D3EF. Grayscale: #363636. Windows color (decimal): -10998768 or 1059928. OLE color: 1059928.

HSL color Cylindrical-coordinate representation of color #582C10: hue angle of 23.33º 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 #582C10 is Cyan = 0, Magento = 0.5, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB884416-
CMYK00.50.820.65
HSL23.33º69.23%20.39%-
HSV(B)23.33º81.82%34.51%-
XYZ5.023.910.98-
YUV53.96106.58152.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.46%
GREEN value IS 44 (17.58% from 255) = 29.73%
BLUE value IS 16 (6.64% from 255) = 10.81%
R=59.46%
G=29.73%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88441600.50.820.6523.3369.2320.39
Hex582C100325241174514
Octal13054200621221012710524
Binary10110001011001000001100101010010100000110111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582C10; }

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

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

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

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

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

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

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

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