#5C521C

Color #5C521C Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #5C521C

Tints of Bronze Olive #5C521C

Color information

#5C521C (or 0x5C521C) is unknown color: approx Bronze Olive. HEX triplet: 5C, 52 and 1C. RGB value is (92,82,28). Sum of RGB (Red+Green+Blue) = 92+82+28=202 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.54% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 92 - color contains mainly: red. Hex color #5C521C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C521C is #A3ADE3. Grayscale: #4F4F4F. Windows color (decimal): -10726884 or 1856092. OLE color: 1856092.

HSL color Cylindrical-coordinate representation of color #5C521C: hue angle of 50.62º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5C521C is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.64.

Color convert

RGB928228-
CMYK00.110.700.64
HSL50.62º53.33%23.53%-
HSV(B)50.62º69.57%36.08%-
XYZ7.648.392.32-
YUV78.8399.31137.39-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 45.54%
GREEN value IS 82 (32.42% from 255) = 40.59%
BLUE value IS 28 (11.33% from 255) = 13.86%
R=45.54%
G=40.59%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92822800.110.700.6450.6253.3323.53
Hex5C521C0B4640333518
Octal13412234013106100636530
Binary1011100101001011100010111000110100000011001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C521C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,82,28); }

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

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

 a { background-color: rgb(92,82,28); }

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

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

 span { border-color: rgb(92,82,28); }

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