Html Css Color HEX #5A471E Bronze Olive

📋 copy color: '#5A471E'

red 90 ◦ green 71 ◦ blue 30

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

Shades of Bronze Olive #5A471E

Tints of Bronze Olive #5A471E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.17%

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

R = 47.12%
G = 37.17%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#5A471E (or 0x5A471E) is known color: Bronze Olive. HEX triplet: 5A, 47 and 1E. RGB value is (90,71,30). Sum of RGB (Red+Green+Blue) = 90+71+30=191 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.12% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 90 - color contains mainly: red. Hex color #5A471E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A471E is #A5B8E1. Grayscale: #484848. Windows color (decimal): -10860770 or 1984346. OLE color: 1984346.

HSL color Cylindrical-coordinate representation of color #5A471E: hue angle of 41º 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 #5A471E is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 71 30 -
CMYK 0 0.21 0.67 0.65
HSL 41º 0.5% 0.24% -
HSV(B) 41º 0.67% 0.35% -
XYZ 6.7 6.77 2.18 -
YUV 72.01 104.29 140.83 -
System Red Green Blue C M Y K H S L
Decimal 90 71 30 0 0.21 0.67 0.65 41 0.5 0.24
Hex 5A 47 1E 0 15 43 41 29 32 18
Octal 132 107 36 0 25 103 101 51 62 30
Binary 1011010 1000111 11110 0 10101 1000011 1000001 101001 110010 11000

Color Harmonies of #5A471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A471E

Black with #5A471E

Text Example


Text Example

White with #5A471E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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