#58360C

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

Shades of Baker's Chocolate #58360C

Tints of Baker's Chocolate #58360C

Color information

#58360C (or 0x58360C) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 36 and 0C. RGB value is (88,54,12). Sum of RGB (Red+Green+Blue) = 88+54+12=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #58360C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58360C is #A7C9F3. Grayscale: #3B3B3B. Windows color (decimal): -10996212 or 800344. OLE color: 800344.

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

Color convert

RGB885412-
CMYK00.390.860.65
HSL33.16º76%19.61%-
HSV(B)33.16º86.36%34.51%-
XYZ5.414.740.98-
YUV59.38101.26148.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 57.14%
GREEN value IS 54 (21.48% from 255) = 35.06%
BLUE value IS 12 (5.08% from 255) = 7.79%
R=57.14%
G=35.06%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88541200.390.860.6533.167619.61
Hex5836C0275641214c14
Octal13066140471261014111424
Binary10110001101101100010011110101101000001100001100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58360C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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