Html Css Color HEX #5A491E Bronze Olive

📋 copy color: '#5A491E'

red 90 ◦ green 73 ◦ blue 30

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

Shades of Bronze Olive #5A491E

Tints of Bronze Olive #5A491E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.54%

R = 46.63%
G = 37.82%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#5A491E (or 0x5A491E) is known color: Bronze Olive. HEX triplet: 5A, 49 and 1E. RGB value is (90,73,30). Sum of RGB (Red+Green+Blue) = 90+73+30=193 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.63% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 90 - color contains mainly: red. Hex color #5A491E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A491E is #A5B6E1. Grayscale: #494949. Windows color (decimal): -10860258 or 1984858. OLE color: 1984858.

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

Color convert

RGB 90 73 30 -
CMYK 0 0.19 0.67 0.65
HSL 43º 0.5% 0.24% -
HSV(B) 43º 0.67% 0.35% -
XYZ 6.83 7.03 2.23 -
YUV 73.18 103.63 140 -
System Red Green Blue C M Y K H S L
Decimal 90 73 30 0 0.19 0.67 0.65 43 0.5 0.24
Hex 5A 49 1E 0 13 43 41 2B 32 18
Octal 132 111 36 0 23 103 101 53 62 30
Binary 1011010 1001001 11110 0 10011 1000011 1000001 101011 110010 11000

Color Harmonies of #5A491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A491E

Black with #5A491E

Text Example


Text Example

White with #5A491E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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