#58240A

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

Shades of Baker's Chocolate #58240A

Tints of Baker's Chocolate #58240A

Color information

#58240A (or 0x58240A) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 24 and 0A. RGB value is (88,36,10). Sum of RGB (Red+Green+Blue) = 88+36+10=134 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.67% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 88 - color contains mainly: red. Hex color #58240A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58240A is #A7DBF5. Grayscale: #303030. Windows color (decimal): -11000822 or 664664. OLE color: 664664.

HSL color Cylindrical-coordinate representation of color #58240A: hue angle of 20º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #58240A is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB883610-
CMYK00.590.890.65
HSL20º79.59%19.22%-
HSV(B)20º88.64%34.51%-
XYZ4.713.360.69-
YUV48.58106.23156.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 65.67%
GREEN value IS 36 (14.45% from 255) = 26.87%
BLUE value IS 10 (4.30% from 255) = 7.46%
R=65.67%
G=26.87%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88361000.590.890.652079.5919.22
Hex5824A03B5941145013
Octal13044120731311012412023
Binary1011000100100101001110111011001100000110100101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58240A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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