Html Css Color HEX #5A5205 Bronze Olive

📋 copy color: '#5A5205'

red 90 ◦ green 82 ◦ blue 5

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

Shades of Bronze Olive #5A5205

Tints of Bronze Olive #5A5205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.82%

R = 50.85%
G = 46.33%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#5A5205 (or 0x5A5205) is known color: Bronze Olive. HEX triplet: 5A, 52 and 05. RGB value is (90,82,5). Sum of RGB (Red+Green+Blue) = 90+82+5=177 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.85% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5205 is #A5ADFA. Grayscale: #4B4B4B. Windows color (decimal): -10857979 or 348762. OLE color: 348762.

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

Color convert

RGB 90 82 5 -
CMYK 0 0.09 0.94 0.65
HSL 54.35º 0.89% 0.19% -
HSV(B) 54.35º 0.94% 0.35% -
XYZ 7.26 8.22 1.35 -
YUV 75.61 88.15 138.26 -
System Red Green Blue C M Y K H S L
Decimal 90 82 5 0 0.09 0.94 0.65 54.35 0.89 0.19
Hex 5A 52 5 0 9 5E 41 36 59 13
Octal 132 122 5 0 11 136 101 66 131 23
Binary 1011010 1010010 101 0 1001 1011110 1000001 110110 1011001 10011

Color Harmonies of #5A5205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5205

Black with #5A5205

Text Example


Text Example

White with #5A5205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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