Html Css Color HEX #5A511E Bronze Olive

📋 copy color: '#5A511E'

red 90 ◦ green 81 ◦ blue 30

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

Shades of Bronze Olive #5A511E

Tints of Bronze Olive #5A511E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.93%

R = 44.78%
G = 40.3%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#5A511E (or 0x5A511E) is known color: Bronze Olive. HEX triplet: 5A, 51 and 1E. RGB value is (90,81,30). Sum of RGB (Red+Green+Blue) = 90+81+30=201 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.78% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 90 - color contains mainly: red. Hex color #5A511E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A511E is #A5AEE1. Grayscale: #4E4E4E. Windows color (decimal): -10858210 or 1986906. OLE color: 1986906.

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

Color convert

RGB 90 81 30 -
CMYK 0 0.1 0.67 0.65
HSL 51º 0.5% 0.24% -
HSV(B) 51º 0.67% 0.35% -
XYZ 7.39 8.15 2.41 -
YUV 77.88 100.98 136.65 -
System Red Green Blue C M Y K H S L
Decimal 90 81 30 0 0.1 0.67 0.65 51 0.5 0.24
Hex 5A 51 1E 0 A 43 41 33 32 18
Octal 132 121 36 0 12 103 101 63 62 30
Binary 1011010 1010001 11110 0 1010 1000011 1000001 110011 110010 11000

Color Harmonies of #5A511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A511E

Black with #5A511E

Text Example


Text Example

White with #5A511E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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