Html Css Color HEX #5A4D21 Bronze Olive

📋 copy color: '#5A4D21'

red 90 ◦ green 77 ◦ blue 33

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

Shades of Bronze Olive #5A4D21

Tints of Bronze Olive #5A4D21

RGB

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

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

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

R = 45%
G = 38.5%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#5A4D21 (or 0x5A4D21) is known color: Bronze Olive. HEX triplet: 5A, 4D and 21. RGB value is (90,77,33). Sum of RGB (Red+Green+Blue) = 90+77+33=200 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4D21 is #A5B2DE. Grayscale: #4C4C4C. Windows color (decimal): -10859231 or 2182490. OLE color: 2182490.

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

Color convert

RGB 90 77 33 -
CMYK 0 0.14 0.63 0.65
HSL 46.32º 0.46% 0.24% -
HSV(B) 46.32º 0.63% 0.35% -
XYZ 7.14 7.59 2.53 -
YUV 75.87 103.81 138.08 -
System Red Green Blue C M Y K H S L
Decimal 90 77 33 0 0.14 0.63 0.65 46.32 0.46 0.24
Hex 5A 4D 21 0 E 3F 41 2E 2E 18
Octal 132 115 41 0 16 77 101 56 56 30
Binary 1011010 1001101 100001 0 1110 111111 1000001 101110 101110 11000

Color Harmonies of #5A4D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4D21

Black with #5A4D21

Text Example


Text Example

White with #5A4D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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