Html Css Color HEX #5A531E Bronze Olive

📋 copy color: '#5A531E'

red 90 ◦ green 83 ◦ blue 30

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

Shades of Bronze Olive #5A531E

Tints of Bronze Olive #5A531E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.89%

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

R = 44.33%
G = 40.89%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#5A531E (or 0x5A531E) is known color: Bronze Olive. HEX triplet: 5A, 53 and 1E. RGB value is (90,83,30). Sum of RGB (Red+Green+Blue) = 90+83+30=203 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.33% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 30 (12.11% from 255 or 14.78% from 203); Max value from RGB is 90 - color contains mainly: red. Hex color #5A531E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A531E is #A5ACE1. Grayscale: #4F4F4F. Windows color (decimal): -10857698 or 1987418. OLE color: 1987418.

HSL color Cylindrical-coordinate representation of color #5A531E: hue angle of 53º 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 #5A531E is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 83 30 -
CMYK 0 0.08 0.67 0.65
HSL 53º 0.5% 0.24% -
HSV(B) 53º 0.67% 0.35% -
XYZ 7.54 8.45 2.46 -
YUV 79.05 100.32 135.81 -
System Red Green Blue C M Y K H S L
Decimal 90 83 30 0 0.08 0.67 0.65 53 0.5 0.24
Hex 5A 53 1E 0 8 43 41 35 32 18
Octal 132 123 36 0 10 103 101 65 62 30
Binary 1011010 1010011 11110 0 1000 1000011 1000001 110101 110010 11000

Color Harmonies of #5A531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A531E

Black with #5A531E

Text Example


Text Example

White with #5A531E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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