Html Css Color HEX #5A5213 Bronze Olive

📋 copy color: '#5A5213'

red 90 ◦ green 82 ◦ blue 19

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

Shades of Bronze Olive #5A5213

Tints of Bronze Olive #5A5213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.95%

R = 47.12%
G = 42.93%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#5A5213 (or 0x5A5213) is known color: Bronze Olive. HEX triplet: 5A, 52 and 13. RGB value is (90,82,19). Sum of RGB (Red+Green+Blue) = 90+82+19=191 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.12% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5213 is #A5ADEC. Grayscale: #4D4D4D. Windows color (decimal): -10857965 or 1266266. OLE color: 1266266.

HSL color Cylindrical-coordinate representation of color #5A5213: hue angle of 53.24º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A5213 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 82 19 -
CMYK 0 0.09 0.79 0.65
HSL 53.24º 0.65% 0.21% -
HSV(B) 53.24º 0.79% 0.35% -
XYZ 7.35 8.26 1.82 -
YUV 77.21 95.15 137.12 -
System Red Green Blue C M Y K H S L
Decimal 90 82 19 0 0.09 0.79 0.65 53.24 0.65 0.21
Hex 5A 52 13 0 9 4F 41 35 41 15
Octal 132 122 23 0 11 117 101 65 101 25
Binary 1011010 1010010 10011 0 1001 1001111 1000001 110101 1000001 10101

Color Harmonies of #5A5213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5213

Black with #5A5213

Text Example


Text Example

White with #5A5213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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