Html Css Color HEX #5A511A Bronze Olive

📋 copy color: '#5A511A'

red 90 ◦ green 81 ◦ blue 26

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

Shades of Bronze Olive #5A511A

Tints of Bronze Olive #5A511A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.2%

R = 45.69%
G = 41.12%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#5A511A (or 0x5A511A) is known color: Bronze Olive. HEX triplet: 5A, 51 and 1A. RGB value is (90,81,26). Sum of RGB (Red+Green+Blue) = 90+81+26=197 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.69% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 90 - color contains mainly: red. Hex color #5A511A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A511A is #A5AEE5. Grayscale: #4D4D4D. Windows color (decimal): -10858214 or 1724762. OLE color: 1724762.

HSL color Cylindrical-coordinate representation of color #5A511A: hue angle of 51.56º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A511A is Cyan = 0, Magento = 0.1, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 81 26 -
CMYK 0 0.1 0.71 0.65
HSL 51.56º 0.55% 0.23% -
HSV(B) 51.56º 0.71% 0.35% -
XYZ 7.35 8.13 2.16 -
YUV 77.42 98.98 136.97 -
System Red Green Blue C M Y K H S L
Decimal 90 81 26 0 0.1 0.71 0.65 51.56 0.55 0.23
Hex 5A 51 1A 0 A 47 41 34 37 17
Octal 132 121 32 0 12 107 101 64 67 27
Binary 1011010 1010001 11010 0 1010 1000111 1000001 110100 110111 10111

Color Harmonies of #5A511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A511A

Black with #5A511A

Text Example


Text Example

White with #5A511A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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