Html Css Color HEX #5A4521 Bronze Olive

📋 copy color: '#5A4521'

red 90 ◦ green 69 ◦ blue 33

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

Shades of Bronze Olive #5A4521

Tints of Bronze Olive #5A4521

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.94%

 BLUE value IS 33 (13.28% from 255) = 17.19%

R = 46.88%
G = 35.94%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#5A4521 (or 0x5A4521) is known color: Bronze Olive. HEX triplet: 5A, 45 and 21. RGB value is (90,69,33). Sum of RGB (Red+Green+Blue) = 90+69+33=192 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.88% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4521 is #A5BADE. Grayscale: #474747. Windows color (decimal): -10861279 or 2180442. OLE color: 2180442.

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

Color convert

RGB 90 69 33 -
CMYK 0 0.23 0.63 0.65
HSL 37.89º 0.46% 0.24% -
HSV(B) 37.89º 0.63% 0.35% -
XYZ 6.62 6.54 2.35 -
YUV 71.18 106.46 141.43 -
System Red Green Blue C M Y K H S L
Decimal 90 69 33 0 0.23 0.63 0.65 37.89 0.46 0.24
Hex 5A 45 21 0 17 3F 41 26 2E 18
Octal 132 105 41 0 27 77 101 46 56 30
Binary 1011010 1000101 100001 0 10111 111111 1000001 100110 101110 11000

Color Harmonies of #5A4521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4521

Black with #5A4521

Text Example


Text Example

White with #5A4521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,69,33); }

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

background-color css

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

 a { background-color: rgb(90,69,33); }

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

border-color css

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

 span { border-color: rgb(90,69,33); }

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