Html Css Color HEX #5A4D1A Bronze Olive

📋 copy color: '#5A4D1A'

red 90 ◦ green 77 ◦ blue 26

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

Shades of Bronze Olive #5A4D1A

Tints of Bronze Olive #5A4D1A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.9%

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

R = 46.63%
G = 39.9%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#5A4D1A (or 0x5A4D1A) is known color: Bronze Olive. HEX triplet: 5A, 4D and 1A. RGB value is (90,77,26). Sum of RGB (Red+Green+Blue) = 90+77+26=193 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.63% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4D1A is #A5B2E5. Grayscale: #4B4B4B. Windows color (decimal): -10859238 or 1723738. OLE color: 1723738.

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

Color convert

RGB 90 77 26 -
CMYK 0 0.14 0.71 0.65
HSL 47.81º 0.55% 0.23% -
HSV(B) 47.81º 0.71% 0.35% -
XYZ 7.06 7.56 2.06 -
YUV 75.07 100.31 138.65 -
System Red Green Blue C M Y K H S L
Decimal 90 77 26 0 0.14 0.71 0.65 47.81 0.55 0.23
Hex 5A 4D 1A 0 E 47 41 30 37 17
Octal 132 115 32 0 16 107 101 60 67 27
Binary 1011010 1001101 11010 0 1110 1000111 1000001 110000 110111 10111

Color Harmonies of #5A4D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4D1A

Black with #5A4D1A

Text Example


Text Example

White with #5A4D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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