Html Css Color HEX #5C5516 Bronze Olive

📋 copy color: '#5C5516'

red 92 ◦ green 85 ◦ blue 22

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

Shades of Bronze Olive #5C5516

Tints of Bronze Olive #5C5516

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.71%

 BLUE value IS 22 (8.98% from 255) = 11.06%

R = 46.23%
G = 42.71%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.64

RGB Variations

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

Color information

#5C5516 (or 0x5C5516) is known color: Bronze Olive. HEX triplet: 5C, 55 and 16. RGB value is (92,85,22). Sum of RGB (Red+Green+Blue) = 92+85+22=199 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.23% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C5516 is #A3AAE9. Grayscale: #505050. Windows color (decimal): -10726122 or 1463644. OLE color: 1463644.

HSL color Cylindrical-coordinate representation of color #5C5516: hue angle of 54º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C5516 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 85 22 -
CMYK 0 0.08 0.76 0.64
HSL 54º 0.61% 0.22% -
HSV(B) 54º 0.76% 0.36% -
XYZ 7.81 8.83 2.05 -
YUV 79.91 95.32 136.62 -
System Red Green Blue C M Y K H S L
Decimal 92 85 22 0 0.08 0.76 0.64 54 0.61 0.22
Hex 5C 55 16 0 8 4C 40 36 3D 16
Octal 134 125 26 0 10 114 100 66 75 26
Binary 1011100 1010101 10110 0 1000 1001100 1000000 110110 111101 10110

Color Harmonies of #5C5516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5516

Black with #5C5516

Text Example


Text Example

White with #5C5516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,85,22); }

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

background-color css

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

 a { background-color: rgb(92,85,22); }

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

border-color css

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

 span { border-color: rgb(92,85,22); }

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