Html Css Color HEX #5A5221 Bronze Olive

📋 copy color: '#5A5221'

red 90 ◦ green 82 ◦ blue 33

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

Shades of Bronze Olive #5A5221

Tints of Bronze Olive #5A5221

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40%

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

R = 43.9%
G = 40%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#5A5221 (or 0x5A5221) is known color: Bronze Olive. HEX triplet: 5A, 52 and 21. RGB value is (90,82,33). Sum of RGB (Red+Green+Blue) = 90+82+33=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5221 is #A5ADDE. Grayscale: #4F4F4F. Windows color (decimal): -10857951 or 2183770. OLE color: 2183770.

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

Color convert

RGB 90 82 33 -
CMYK 0 0.09 0.63 0.65
HSL 51.58º 0.46% 0.24% -
HSV(B) 51.58º 0.63% 0.35% -
XYZ 7.51 8.32 2.65 -
YUV 78.81 102.15 135.98 -
System Red Green Blue C M Y K H S L
Decimal 90 82 33 0 0.09 0.63 0.65 51.58 0.46 0.24
Hex 5A 52 21 0 9 3F 41 34 2E 18
Octal 132 122 41 0 11 77 101 64 56 30
Binary 1011010 1010010 100001 0 1001 111111 1000001 110100 101110 11000

Color Harmonies of #5A5221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5221

Black with #5A5221

Text Example


Text Example

White with #5A5221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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