Html Css Color HEX #5A4927 Bronze Olive

📋 copy color: '#5A4927'

red 90 ◦ green 73 ◦ blue 39

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

Shades of Bronze Olive #5A4927

Tints of Bronze Olive #5A4927

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.14%

 BLUE value IS 39 (15.63% from 255) = 19.31%

R = 44.55%
G = 36.14%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#5A4927 (or 0x5A4927) is known color: Bronze Olive. HEX triplet: 5A, 49 and 27. RGB value is (90,73,39). Sum of RGB (Red+Green+Blue) = 90+73+39=202 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.55% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 39 (15.62% from 255 or 19.31% from 202); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4927 is #A5B6D8. Grayscale: #4A4A4A. Windows color (decimal): -10860249 or 2574682. OLE color: 2574682.

HSL color Cylindrical-coordinate representation of color #5A4927: hue angle of 40º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A4927 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 73 39 -
CMYK 0 0.19 0.57 0.65
HSL 40º 0.4% 0.25% -
HSV(B) 40º 0.57% 0.35% -
XYZ 6.97 7.09 2.92 -
YUV 74.21 108.13 139.26 -
System Red Green Blue C M Y K H S L
Decimal 90 73 39 0 0.19 0.57 0.65 40 0.4 0.25
Hex 5A 49 27 0 13 39 41 28 28 19
Octal 132 111 47 0 23 71 101 50 50 31
Binary 1011010 1001001 100111 0 10011 111001 1000001 101000 101000 11001

Color Harmonies of #5A4927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4927

Black with #5A4927

Text Example


Text Example

White with #5A4927

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,73,39); }

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

background-color css

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

 a { background-color: rgb(90,73,39); }

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

border-color css

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

 span { border-color: rgb(90,73,39); }

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