Html Css Color HEX #5A5515 Bronze Olive

📋 copy color: '#5A5515'

red 90 ◦ green 85 ◦ blue 21

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

Shades of Bronze Olive #5A5515

Tints of Bronze Olive #5A5515

RGB

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

 GREEN value IS 85 (33.59% from 255) = 43.37%

 BLUE value IS 21 (8.59% from 255) = 10.71%

R = 45.92%
G = 43.37%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#5A5515 (or 0x5A5515) is known color: Bronze Olive. HEX triplet: 5A, 55 and 15. RGB value is (90,85,21). Sum of RGB (Red+Green+Blue) = 90+85+21=196 (25% of max value = 765). Red value is 90 (35.55% from 255 or 45.92% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5515 is #A5AAEA. Grayscale: #4F4F4F. Windows color (decimal): -10857195 or 1398106. OLE color: 1398106.

HSL color Cylindrical-coordinate representation of color #5A5515: hue angle of 55.65º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A5515 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 85 21 -
CMYK 0 0.06 0.77 0.65
HSL 55.65º 0.62% 0.22% -
HSV(B) 55.65º 0.77% 0.35% -
XYZ 7.6 8.72 1.99 -
YUV 79.2 95.16 135.7 -
System Red Green Blue C M Y K H S L
Decimal 90 85 21 0 0.06 0.77 0.65 55.65 0.62 0.22
Hex 5A 55 15 0 6 4D 41 38 3E 16
Octal 132 125 25 0 6 115 101 70 76 26
Binary 1011010 1010101 10101 0 110 1001101 1000001 111000 111110 10110

Color Harmonies of #5A5515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5515

Black with #5A5515

Text Example


Text Example

White with #5A5515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,85,21); }

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

background-color css

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

 a { background-color: rgb(90,85,21); }

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

border-color css

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

 span { border-color: rgb(90,85,21); }

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