Html Css Color HEX #5C521C Bronze Olive

📋 copy color: '#5C521C'

red 92 ◦ green 82 ◦ blue 28

#5C521C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #5C521C

Tints of Bronze Olive #5C521C

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 value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.64

RGB Variations

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

Color information

#5C521C (or 0x5C521C) is known color: 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

RGB 92 82 28 -
CMYK 0 0.11 0.70 0.64
HSL 50.63º 0.53% 0.24% -
HSV(B) 50.63º 0.7% 0.36% -
XYZ 7.64 8.39 2.32 -
YUV 78.83 99.31 137.39 -
System Red Green Blue C M Y K H S L
Decimal 92 82 28 0 0.11 0.70 0.64 50.63 0.53 0.24
Hex 5C 52 1C 0 B 46 40 33 35 18
Octal 134 122 34 0 13 106 100 63 65 30
Binary 1011100 1010010 11100 0 1011 1000110 1000000 110011 110101 11000

Color Harmonies of #5C521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C521C

Black with #5C521C

Text Example


Text Example

White with #5C521C

Text Example


Text Example

HTML Codes & Css Web 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>