#58280C

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

Shades of Baker's Chocolate #58280C

Tints of Baker's Chocolate #58280C

Color information

#58280C (or 0x58280C) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 28 and 0C. RGB value is (88,40,12). Sum of RGB (Red+Green+Blue) = 88+40+12=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #58280C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58280C is #A7D7F3. Grayscale: #333333. Windows color (decimal): -10999796 or 796760. OLE color: 796760.

HSL color Cylindrical-coordinate representation of color #58280C: hue angle of 22.11º 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 #58280C is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB884012-
CMYK00.550.860.65
HSL22.11º76%19.61%-
HSV(B)22.11º86.36%34.51%-
XYZ4.853.620.79-
YUV51.16105.9154.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 62.86%
GREEN value IS 40 (16.02% from 255) = 28.57%
BLUE value IS 12 (5.08% from 255) = 8.57%
R=62.86%
G=28.57%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88401200.550.860.6522.117619.61
Hex5828C0375641164c14
Octal13050140671261012611424
Binary1011000101000110001101111010110100000110110100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58280C; }

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

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

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

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

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

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

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

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