Html Css Color HEX #5A4E1A Bronze Olive

📋 copy color: '#5A4E1A'

red 90 ◦ green 78 ◦ blue 26

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

Shades of Bronze Olive #5A4E1A

Tints of Bronze Olive #5A4E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.4%

R = 46.39%
G = 40.21%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#5A4E1A (or 0x5A4E1A) is known color: Bronze Olive. HEX triplet: 5A, 4E and 1A. RGB value is (90,78,26). Sum of RGB (Red+Green+Blue) = 90+78+26=194 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.39% from 194); Green value is 78 (30.86% from 255 or 40.21% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4E1A is #A5B1E5. Grayscale: #4B4B4B. Windows color (decimal): -10858982 or 1723994. OLE color: 1723994.

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

Color convert

RGB 90 78 26 -
CMYK 0 0.13 0.71 0.65
HSL 48.75º 0.55% 0.23% -
HSV(B) 48.75º 0.71% 0.35% -
XYZ 7.13 7.7 2.09 -
YUV 75.66 99.98 138.23 -
System Red Green Blue C M Y K H S L
Decimal 90 78 26 0 0.13 0.71 0.65 48.75 0.55 0.23
Hex 5A 4E 1A 0 D 47 41 31 37 17
Octal 132 116 32 0 15 107 101 61 67 27
Binary 1011010 1001110 11010 0 1101 1000111 1000001 110001 110111 10111

Color Harmonies of #5A4E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4E1A

Black with #5A4E1A

Text Example


Text Example

White with #5A4E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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