#582E0C

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

Shades of Baker's Chocolate #582E0C

Tints of Baker's Chocolate #582E0C

Color information

#582E0C (or 0x582E0C) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 2E and 0C. RGB value is (88,46,12). Sum of RGB (Red+Green+Blue) = 88+46+12=146 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.27% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 88 - color contains mainly: red. Hex color #582E0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582E0C is #A7D1F3. Grayscale: #363636. Windows color (decimal): -10998260 or 798296. OLE color: 798296.

HSL color Cylindrical-coordinate representation of color #582E0C: hue angle of 26.84º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #582E0C is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB884612-
CMYK00.480.860.65
HSL26.84º76%19.61%-
HSV(B)26.84º86.36%34.51%-
XYZ5.074.060.86-
YUV54.68103.91151.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 60.27%
GREEN value IS 46 (18.36% from 255) = 31.51%
BLUE value IS 12 (5.08% from 255) = 8.22%
R=60.27%
G=31.51%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88461200.480.860.6526.847619.61
Hex582EC03056411b4c14
Octal13056140601261013311424
Binary1011000101110110001100001010110100000111011100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,46,12); }

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

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

 a { background-color: rgb(88,46,12); }

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

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

 span { border-color: rgb(88,46,12); }

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