#58240C

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

Shades of Baker's Chocolate #58240C

Tints of Baker's Chocolate #58240C

Color information

#58240C (or 0x58240C) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 24 and 0C. RGB value is (88,36,12). Sum of RGB (Red+Green+Blue) = 88+36+12=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #58240C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58240C is #A7DBF3. Grayscale: #303030. Windows color (decimal): -11000820 or 795736. OLE color: 795736.

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

Color convert

RGB883612-
CMYK00.590.860.65
HSL18.95º76%19.61%-
HSV(B)18.95º86.36%34.51%-
XYZ4.723.360.75-
YUV48.81107.23155.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 64.71%
GREEN value IS 36 (14.45% from 255) = 26.47%
BLUE value IS 12 (5.08% from 255) = 8.82%
R=64.71%
G=26.47%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88361200.590.860.6518.957619.61
Hex5824C03B5641134c14
Octal13044140731261012311424
Binary1011000100100110001110111010110100000110011100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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