Html Css Color HEX #5A5121 Bronze Olive

📋 copy color: '#5A5121'

red 90 ◦ green 81 ◦ blue 33

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

Shades of Bronze Olive #5A5121

Tints of Bronze Olive #5A5121

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.71%

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

R = 44.12%
G = 39.71%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#5A5121 (or 0x5A5121) is known color: Bronze Olive. HEX triplet: 5A, 51 and 21. RGB value is (90,81,33). Sum of RGB (Red+Green+Blue) = 90+81+33=204 (27% of max value = 765). Red value is 90 (35.55% from 255 or 44.12% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 33 (13.28% from 255 or 16.18% from 204); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5121 is #A5AEDE. Grayscale: #4E4E4E. Windows color (decimal): -10858207 or 2183514. OLE color: 2183514.

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

Color convert

RGB 90 81 33 -
CMYK 0 0.1 0.63 0.65
HSL 50.53º 0.46% 0.24% -
HSV(B) 50.53º 0.63% 0.35% -
XYZ 7.43 8.17 2.62 -
YUV 78.22 102.48 136.4 -
System Red Green Blue C M Y K H S L
Decimal 90 81 33 0 0.1 0.63 0.65 50.53 0.46 0.24
Hex 5A 51 21 0 A 3F 41 33 2E 18
Octal 132 121 41 0 12 77 101 63 56 30
Binary 1011010 1010001 100001 0 1010 111111 1000001 110011 101110 11000

Color Harmonies of #5A5121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5121

Black with #5A5121

Text Example


Text Example

White with #5A5121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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