Html Css Color HEX #5A550E Bronze Olive

📋 copy color: '#5A550E'

red 90 ◦ green 85 ◦ blue 14

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

Shades of Bronze Olive #5A550E

Tints of Bronze Olive #5A550E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.97%

 BLUE value IS 14 (5.86% from 255) = 7.41%

R = 47.62%
G = 44.97%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#5A550E (or 0x5A550E) is known color: Bronze Olive. HEX triplet: 5A, 55 and 0E. RGB value is (90,85,14). Sum of RGB (Red+Green+Blue) = 90+85+14=189 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.62% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 90 - color contains mainly: red. Hex color #5A550E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A550E is #A5AAF1. Grayscale: #4E4E4E. Windows color (decimal): -10857202 or 939354. OLE color: 939354.

HSL color Cylindrical-coordinate representation of color #5A550E: hue angle of 56.05º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A550E is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 85 14 -
CMYK 0 0.06 0.84 0.65
HSL 56.05º 0.73% 0.2% -
HSV(B) 56.05º 0.84% 0.35% -
XYZ 7.54 8.7 1.7 -
YUV 78.4 91.66 136.27 -
System Red Green Blue C M Y K H S L
Decimal 90 85 14 0 0.06 0.84 0.65 56.05 0.73 0.2
Hex 5A 55 E 0 6 54 41 38 49 14
Octal 132 125 16 0 6 124 101 70 111 24
Binary 1011010 1010101 1110 0 110 1010100 1000001 111000 1001001 10100

Color Harmonies of #5A550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A550E

Black with #5A550E

Text Example


Text Example

White with #5A550E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,85,14); }

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

background-color css

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

 a { background-color: rgb(90,85,14); }

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

border-color css

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

 span { border-color: rgb(90,85,14); }

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