#5C3011

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

Shades of Baker's Chocolate #5C3011

Tints of Baker's Chocolate #5C3011

Color information

#5C3011 (or 0x5C3011) is unknown color: approx Baker's Chocolate. HEX triplet: 5C, 30 and 11. RGB value is (92,48,17). Sum of RGB (Red+Green+Blue) = 92+48+17=157 (20% of max value = 765). Red value is 92 (36.33% from 255 or 58.60% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 17 (7.03% from 255 or 10.83% from 157); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C3011 is #A3CFEE. Grayscale: #393939. Windows color (decimal): -10735599 or 1126492. OLE color: 1126492.

HSL color Cylindrical-coordinate representation of color #5C3011: hue angle of 24.8º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C3011 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.64.

Color convert

RGB924817-
CMYK00.480.820.64
HSL24.8º68.81%21.37%-
HSV(B)24.8º81.52%36.08%-
XYZ5.574.431.09-
YUV57.62105.08152.52-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 58.60%
GREEN value IS 48 (19.14% from 255) = 30.57%
BLUE value IS 17 (7.03% from 255) = 10.83%
R=58.60%
G=30.57%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.82
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92481700.480.820.6424.868.8121.37
Hex5C30110305240194515
Octal13460210601221003110525
Binary10111001100001000101100001010010100000011001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C3011; }

 p { color: rgb(92,48,17); }

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

<style>
 a { background-color: #5C3011; }

 a { background-color: rgb(92,48,17); }

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

<style>
 span { border-color: #5C3011; }

 span { border-color: rgb(92,48,17); }

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