#5A491F

Color #5A491F Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #5A491F

Tints of Bronze Olive #5A491F

Color information

#5A491F (or 0x5A491F) is unknown color: approx Bronze Olive. HEX triplet: 5A, 49 and 1F. RGB value is (90,73,31). Sum of RGB (Red+Green+Blue) = 90+73+31=194 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.39% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 90 - color contains mainly: red. Hex color #5A491F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A491F is #A5B6E0. Grayscale: #494949. Windows color (decimal): -10860257 or 2050394. OLE color: 2050394.

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

Color convert

RGB907331-
CMYK00.190.660.65
HSL42.71º48.76%23.73%-
HSV(B)42.71º65.56%35.29%-
XYZ6.857.042.29-
YUV73.3104.13139.92-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 46.39%
GREEN value IS 73 (28.91% from 255) = 37.63%
BLUE value IS 31 (12.5% from 255) = 15.98%
R=46.39%
G=37.63%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90733100.190.660.6542.7148.7623.73
Hex5A491F01342412b3118
Octal13211137023102101536130
Binary10110101001001111110100111000010100000110101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A491F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A491F;
 }
 .AnyTagClassName
 {
   color: #5A491F;
 }
</style>
background-color css

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

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

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

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

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

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