Html Css Color HEX #5A4411 Bronze Olive

📋 copy color: '#5A4411'

red 90 ◦ green 68 ◦ blue 17

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

Shades of Bronze Olive #5A4411

Tints of Bronze Olive #5A4411

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.86%

 BLUE value IS 17 (7.03% from 255) = 9.71%

R = 51.43%
G = 38.86%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#5A4411 (or 0x5A4411) is known color: Bronze Olive. HEX triplet: 5A, 44 and 11. RGB value is (90,68,17). Sum of RGB (Red+Green+Blue) = 90+68+17=175 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.43% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4411 is #A5BBEE. Grayscale: #444444. Windows color (decimal): -10861551 or 1131610. OLE color: 1131610.

HSL color Cylindrical-coordinate representation of color #5A4411: hue angle of 41.92º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A4411 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 68 17 -
CMYK 0 0.24 0.81 0.65
HSL 41.92º 0.68% 0.21% -
HSV(B) 41.92º 0.81% 0.35% -
XYZ 6.38 6.35 1.42 -
YUV 68.76 98.79 143.15 -
System Red Green Blue C M Y K H S L
Decimal 90 68 17 0 0.24 0.81 0.65 41.92 0.68 0.21
Hex 5A 44 11 0 18 51 41 2A 44 15
Octal 132 104 21 0 30 121 101 52 104 25
Binary 1011010 1000100 10001 0 11000 1010001 1000001 101010 1000100 10101

Color Harmonies of #5A4411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4411

Black with #5A4411

Text Example


Text Example

White with #5A4411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,68,17); }

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

background-color css

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

 a { background-color: rgb(90,68,17); }

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

border-color css

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

 span { border-color: rgb(90,68,17); }

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