Html Css Color HEX #5A4D1F Bronze Olive

📋 copy color: '#5A4D1F'

red 90 ◦ green 77 ◦ blue 31

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

Shades of Bronze Olive #5A4D1F

Tints of Bronze Olive #5A4D1F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 38.89%

 BLUE value IS 31 (12.5% from 255) = 15.66%

R = 45.45%
G = 38.89%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#5A4D1F (or 0x5A4D1F) is known color: Bronze Olive. HEX triplet: 5A, 4D and 1F. RGB value is (90,77,31). Sum of RGB (Red+Green+Blue) = 90+77+31=198 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.45% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4D1F is #A5B2E0. Grayscale: #4B4B4B. Windows color (decimal): -10859233 or 2051418. OLE color: 2051418.

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

Color convert

RGB 90 77 31 -
CMYK 0 0.14 0.66 0.65
HSL 46.78º 0.49% 0.24% -
HSV(B) 46.78º 0.66% 0.35% -
XYZ 7.12 7.58 2.38 -
YUV 75.64 102.81 138.24 -
System Red Green Blue C M Y K H S L
Decimal 90 77 31 0 0.14 0.66 0.65 46.78 0.49 0.24
Hex 5A 4D 1F 0 E 42 41 2F 31 18
Octal 132 115 37 0 16 102 101 57 61 30
Binary 1011010 1001101 11111 0 1110 1000010 1000001 101111 110001 11000

Color Harmonies of #5A4D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4D1F

Black with #5A4D1F

Text Example


Text Example

White with #5A4D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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