#5D492F

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

Shades of Dallas #5D492F

Tints of Dallas #5D492F

Color information

#5D492F (or 0x5D492F) is unknown color: approx Dallas. HEX triplet: 5D, 49 and 2F. RGB value is (93,73,47). Sum of RGB (Red+Green+Blue) = 93+73+47=213 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.66% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 93 - color contains mainly: red. Hex color #5D492F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D492F is #A2B6D0. Grayscale: #4C4C4C. Windows color (decimal): -10663633 or 3098973. OLE color: 3098973.

HSL color Cylindrical-coordinate representation of color #5D492F: hue angle of 33.91º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5D492F is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB937347-
CMYK00.220.490.64
HSL33.91º32.86%27.45%-
HSV(B)33.91º49.46%36.47%-
XYZ7.417.33.71-
YUV76.02111.63140.11-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 43.66%
GREEN value IS 73 (28.91% from 255) = 34.27%
BLUE value IS 47 (18.75% from 255) = 22.07%
R=43.66%
G=34.27%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93734700.220.490.6433.9132.8627.45
Hex5D492F016314022211b
Octal1351115702661100424133
Binary10111011001001101111010110110001100000010001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D492F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,73,47); }

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

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

 a { background-color: rgb(93,73,47); }

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

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

 span { border-color: rgb(93,73,47); }

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