Html Css Color HEX #5C5016 Bronze Olive

📋 copy color: '#5C5016'

red 92 ◦ green 80 ◦ blue 22

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

Shades of Bronze Olive #5C5016

Tints of Bronze Olive #5C5016

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.24%

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

R = 47.42%
G = 41.24%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.64

RGB Variations

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

Color information

#5C5016 (or 0x5C5016) is known color: Bronze Olive. HEX triplet: 5C, 50 and 16. RGB value is (92,80,22). Sum of RGB (Red+Green+Blue) = 92+80+22=194 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.42% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C5016 is #A3AFE9. Grayscale: #4D4D4D. Windows color (decimal): -10727402 or 1462364. OLE color: 1462364.

HSL color Cylindrical-coordinate representation of color #5C5016: hue angle of 49.71º 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 #5C5016 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 80 22 -
CMYK 0 0.13 0.76 0.64
HSL 49.71º 0.61% 0.22% -
HSV(B) 49.71º 0.76% 0.36% -
XYZ 7.43 8.07 1.93 -
YUV 76.98 96.98 138.72 -
System Red Green Blue C M Y K H S L
Decimal 92 80 22 0 0.13 0.76 0.64 49.71 0.61 0.22
Hex 5C 50 16 0 D 4C 40 32 3D 16
Octal 134 120 26 0 15 114 100 62 75 26
Binary 1011100 1010000 10110 0 1101 1001100 1000000 110010 111101 10110

Color Harmonies of #5C5016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5016

Black with #5C5016

Text Example


Text Example

White with #5C5016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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