Html Css Color HEX #5A4902 Bronze Olive

📋 copy color: '#5A4902'

red 90 ◦ green 73 ◦ blue 2

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

Shades of Bronze Olive #5A4902

Tints of Bronze Olive #5A4902

RGB

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

 GREEN value IS 73 (28.91% from 255) = 44.24%

 BLUE value IS 2 (1.17% from 255) = 1.21%

R = 54.55%
G = 44.24%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#5A4902 (or 0x5A4902) is known color: Bronze Olive. HEX triplet: 5A, 49 and 02. RGB value is (90,73,2). Sum of RGB (Red+Green+Blue) = 90+73+2=165 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.55% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4902 is #A5B6FD. Grayscale: #464646. Windows color (decimal): -10860286 or 149850. OLE color: 149850.

HSL color Cylindrical-coordinate representation of color #5A4902: hue angle of 48.41º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A4902 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 73 2 -
CMYK 0 0.19 0.98 0.65
HSL 48.41º 0.96% 0.18% -
HSV(B) 48.41º 0.98% 0.35% -
XYZ 6.61 6.94 1.05 -
YUV 69.99 89.63 142.27 -
System Red Green Blue C M Y K H S L
Decimal 90 73 2 0 0.19 0.98 0.65 48.41 0.96 0.18
Hex 5A 49 2 0 13 62 41 30 60 12
Octal 132 111 2 0 23 142 101 60 140 22
Binary 1011010 1001001 10 0 10011 1100010 1000001 110000 1100000 10010

Color Harmonies of #5A4902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4902

Black with #5A4902

Text Example


Text Example

White with #5A4902

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,73,2); }

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

background-color css

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

 a { background-color: rgb(90,73,2); }

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

border-color css

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

 span { border-color: rgb(90,73,2); }

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