Html Css Color HEX #5A4C16 Bronze Olive

📋 copy color: '#5A4C16'

red 90 ◦ green 76 ◦ blue 22

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

Shades of Bronze Olive #5A4C16

Tints of Bronze Olive #5A4C16

RGB

 RED value IS 90 (35.55% from 255) = 47.87%

 GREEN value IS 76 (30.08% from 255) = 40.43%

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

R = 47.87%
G = 40.43%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#5A4C16 (or 0x5A4C16) is known color: Bronze Olive. HEX triplet: 5A, 4C and 16. RGB value is (90,76,22). Sum of RGB (Red+Green+Blue) = 90+76+22=188 (24% of max value = 765). Red value is 90 (35.55% from 255 or 47.87% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4C16 is #A5B3E9. Grayscale: #4A4A4A. Windows color (decimal): -10859498 or 1461338. OLE color: 1461338.

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

Color convert

RGB 90 76 22 -
CMYK 0 0.16 0.76 0.65
HSL 47.65º 0.61% 0.22% -
HSV(B) 47.65º 0.76% 0.35% -
XYZ 6.95 7.4 1.82 -
YUV 74.03 98.64 139.39 -
System Red Green Blue C M Y K H S L
Decimal 90 76 22 0 0.16 0.76 0.65 47.65 0.61 0.22
Hex 5A 4C 16 0 10 4C 41 30 3D 16
Octal 132 114 26 0 20 114 101 60 75 26
Binary 1011010 1001100 10110 0 10000 1001100 1000001 110000 111101 10110

Color Harmonies of #5A4C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4C16

Black with #5A4C16

Text Example


Text Example

White with #5A4C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,76,22); }

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

background-color css

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

 a { background-color: rgb(90,76,22); }

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

border-color css

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

 span { border-color: rgb(90,76,22); }

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