Html Css Color HEX #5A5318 Bronze Olive

📋 copy color: '#5A5318'

red 90 ◦ green 83 ◦ blue 24

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

Shades of Bronze Olive #5A5318

Tints of Bronze Olive #5A5318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.18%

R = 45.69%
G = 42.13%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#5A5318 (or 0x5A5318) is known color: Bronze Olive. HEX triplet: 5A, 53 and 18. RGB value is (90,83,24). Sum of RGB (Red+Green+Blue) = 90+83+24=197 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.69% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5318 is #A5ACE7. Grayscale: #4E4E4E. Windows color (decimal): -10857704 or 1594202. OLE color: 1594202.

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

Color convert

RGB 90 83 24 -
CMYK 0 0.08 0.73 0.65
HSL 53.64º 0.58% 0.22% -
HSV(B) 53.64º 0.73% 0.35% -
XYZ 7.47 8.43 2.1 -
YUV 78.37 97.32 136.3 -
System Red Green Blue C M Y K H S L
Decimal 90 83 24 0 0.08 0.73 0.65 53.64 0.58 0.22
Hex 5A 53 18 0 8 49 41 36 3A 16
Octal 132 123 30 0 10 111 101 66 72 26
Binary 1011010 1010011 11000 0 1000 1001001 1000001 110110 111010 10110

Color Harmonies of #5A5318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5318

Black with #5A5318

Text Example


Text Example

White with #5A5318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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