Html Css Color HEX #5C4720 Bronze Olive

📋 copy color: '#5C4720'

red 92 ◦ green 71 ◦ blue 32

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

Shades of Bronze Olive #5C4720

Tints of Bronze Olive #5C4720

RGB

 RED value IS 92 (36.33% from 255) = 47.18%

 GREEN value IS 71 (28.13% from 255) = 36.41%

 BLUE value IS 32 (12.89% from 255) = 16.41%

R = 47.18%
G = 36.41%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.64

RGB Variations

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

Color information

#5C4720 (or 0x5C4720) is known color: Bronze Olive. HEX triplet: 5C, 47 and 20. RGB value is (92,71,32). Sum of RGB (Red+Green+Blue) = 92+71+32=195 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.18% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4720 is #A3B8DF. Grayscale: #494949. Windows color (decimal): -10729696 or 2115420. OLE color: 2115420.

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

Color convert

RGB 92 71 32 -
CMYK 0 0.23 0.65 0.64
HSL 39º 0.48% 0.24% -
HSV(B) 39º 0.65% 0.36% -
XYZ 6.93 6.89 2.33 -
YUV 72.83 104.96 141.67 -
System Red Green Blue C M Y K H S L
Decimal 92 71 32 0 0.23 0.65 0.64 39 0.48 0.24
Hex 5C 47 20 0 17 41 40 27 30 18
Octal 134 107 40 0 27 101 100 47 60 30
Binary 1011100 1000111 100000 0 10111 1000001 1000000 100111 110000 11000

Color Harmonies of #5C4720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4720

Black with #5C4720

Text Example


Text Example

White with #5C4720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,71,32); }

 H1.HeaderClassName
 {
   color: #5C4720;
 }
 .AnyTagClassName
 {
   color: #5C4720;
 }
</style>

background-color css

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

 a { background-color: rgb(92,71,32); }

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

border-color css

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

 span { border-color: rgb(92,71,32); }

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