Html Css Color HEX #5A4620 Bronze Olive

📋 copy color: '#5A4620'

red 90 ◦ green 70 ◦ blue 32

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

Shades of Bronze Olive #5A4620

Tints of Bronze Olive #5A4620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.67%

R = 46.88%
G = 36.46%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#5A4620 (or 0x5A4620) is known color: Bronze Olive. HEX triplet: 5A, 46 and 20. RGB value is (90,70,32). Sum of RGB (Red+Green+Blue) = 90+70+32=192 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.88% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4620 is #A5B9DF. Grayscale: #474747. Windows color (decimal): -10861024 or 2115162. OLE color: 2115162.

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

Color convert

RGB 90 70 32 -
CMYK 0 0.22 0.64 0.65
HSL 39.31º 0.48% 0.24% -
HSV(B) 39.31º 0.64% 0.35% -
XYZ 6.67 6.66 2.3 -
YUV 71.65 105.63 141.09 -
System Red Green Blue C M Y K H S L
Decimal 90 70 32 0 0.22 0.64 0.65 39.31 0.48 0.24
Hex 5A 46 20 0 16 40 41 27 30 18
Octal 132 106 40 0 26 100 101 47 60 30
Binary 1011010 1000110 100000 0 10110 1000000 1000001 100111 110000 11000

Color Harmonies of #5A4620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4620

Black with #5A4620

Text Example


Text Example

White with #5A4620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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