#5A404B

Color #5A404B Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #5A404B

Tints of Tawny Port #5A404B

Color information

#5A404B (or 0x5A404B) is unknown color: approx Tawny Port. HEX triplet: 5A, 40 and 4B. RGB value is (90,64,75). Sum of RGB (Red+Green+Blue) = 90+64+75=229 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.30% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 90 - color contains mainly: red. Hex color #5A404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A404B is #A5BFB4. Grayscale: #494949. Windows color (decimal): -10862517 or 4931674. OLE color: 4931674.

HSL color Cylindrical-coordinate representation of color #5A404B: hue angle of 334.62º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A404B is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB906475-
CMYK00.290.170.65
HSL334.62º16.88%30.2%-
HSV(B)334.62º28.89%35.29%-
XYZ7.326.357.5-
YUV73.03129.11140.11-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.30%
GREEN value IS 64 (25.39% from 255) = 27.95%
BLUE value IS 75 (29.69% from 255) = 32.75%
R=39.30%
G=27.95%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90647500.290.170.65334.6216.8830.2
Hex5A404B01D114114f111e
Octal132100113035211015172136
Binary1011010100000010010110111011000110000011010011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,64,75); }

 H1.HeaderClassName
 {
   color: #5A404B;
 }
 .AnyTagClassName
 {
   color: #5A404B;
 }
</style>
background-color css

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

 a { background-color: rgb(90,64,75); }

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

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

 span { border-color: rgb(90,64,75); }

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