Html Css Color HEX #5A4E15 Bronze Olive

📋 copy color: '#5A4E15'

red 90 ◦ green 78 ◦ blue 21

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

Shades of Bronze Olive #5A4E15

Tints of Bronze Olive #5A4E15

RGB

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

 GREEN value IS 78 (30.86% from 255) = 41.27%

 BLUE value IS 21 (8.59% from 255) = 11.11%

R = 47.62%
G = 41.27%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#5A4E15 (or 0x5A4E15) is known color: Bronze Olive. HEX triplet: 5A, 4E and 15. RGB value is (90,78,21). Sum of RGB (Red+Green+Blue) = 90+78+21=189 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.62% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4E15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A4E15 is #A5B1EA. Grayscale: #4B4B4B. Windows color (decimal): -10858987 or 1396314. OLE color: 1396314.

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

Color convert

RGB 90 78 21 -
CMYK 0 0.13 0.77 0.65
HSL 49.57º 0.62% 0.22% -
HSV(B) 49.57º 0.77% 0.35% -
XYZ 7.08 7.68 1.82 -
YUV 75.09 97.48 138.63 -
System Red Green Blue C M Y K H S L
Decimal 90 78 21 0 0.13 0.77 0.65 49.57 0.62 0.22
Hex 5A 4E 15 0 D 4D 41 32 3E 16
Octal 132 116 25 0 15 115 101 62 76 26
Binary 1011010 1001110 10101 0 1101 1001101 1000001 110010 111110 10110

Color Harmonies of #5A4E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4E15

Black with #5A4E15

Text Example


Text Example

White with #5A4E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,78,21); }

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

background-color css

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

 a { background-color: rgb(90,78,21); }

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

border-color css

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

 span { border-color: rgb(90,78,21); }

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