Html Css Color HEX #5A4D1E Bronze Olive

📋 copy color: '#5A4D1E'

red 90 ◦ green 77 ◦ blue 30

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

Shades of Bronze Olive #5A4D1E

Tints of Bronze Olive #5A4D1E

RGB

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

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

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

R = 45.69%
G = 39.09%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#5A4D1E (or 0x5A4D1E) is known color: Bronze Olive. HEX triplet: 5A, 4D and 1E. RGB value is (90,77,30). Sum of RGB (Red+Green+Blue) = 90+77+30=197 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.69% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4D1E is #A5B2E1. Grayscale: #4B4B4B. Windows color (decimal): -10859234 or 1985882. OLE color: 1985882.

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

Color convert

RGB 90 77 30 -
CMYK 0 0.14 0.67 0.65
HSL 47º 0.5% 0.24% -
HSV(B) 47º 0.67% 0.35% -
XYZ 7.1 7.58 2.32 -
YUV 75.53 102.31 138.32 -
System Red Green Blue C M Y K H S L
Decimal 90 77 30 0 0.14 0.67 0.65 47 0.5 0.24
Hex 5A 4D 1E 0 E 43 41 2F 32 18
Octal 132 115 36 0 16 103 101 57 62 30
Binary 1011010 1001101 11110 0 1110 1000011 1000001 101111 110010 11000

Color Harmonies of #5A4D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4D1E

Black with #5A4D1E

Text Example


Text Example

White with #5A4D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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