Html Css Color HEX #5A4611 Bronze Olive

📋 copy color: '#5A4611'

red 90 ◦ green 70 ◦ blue 17

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

Shades of Bronze Olive #5A4611

Tints of Bronze Olive #5A4611

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.55%

 BLUE value IS 17 (7.03% from 255) = 9.6%

R = 50.85%
G = 39.55%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#5A4611 (or 0x5A4611) is known color: Bronze Olive. HEX triplet: 5A, 46 and 11. RGB value is (90,70,17). Sum of RGB (Red+Green+Blue) = 90+70+17=177 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.85% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4611 is #A5B9EE. Grayscale: #464646. Windows color (decimal): -10861039 or 1132122. OLE color: 1132122.

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

Color convert

RGB 90 70 17 -
CMYK 0 0.22 0.81 0.65
HSL 43.56º 0.68% 0.21% -
HSV(B) 43.56º 0.81% 0.35% -
XYZ 6.51 6.59 1.46 -
YUV 69.94 98.13 142.31 -
System Red Green Blue C M Y K H S L
Decimal 90 70 17 0 0.22 0.81 0.65 43.56 0.68 0.21
Hex 5A 46 11 0 16 51 41 2C 44 15
Octal 132 106 21 0 26 121 101 54 104 25
Binary 1011010 1000110 10001 0 10110 1010001 1000001 101100 1000100 10101

Color Harmonies of #5A4611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4611

Black with #5A4611

Text Example


Text Example

White with #5A4611

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,70,17); }

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

background-color css

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

 a { background-color: rgb(90,70,17); }

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

border-color css

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

 span { border-color: rgb(90,70,17); }

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