#5D482F

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

Shades of Dallas #5D482F

Tints of Dallas #5D482F

Color information

#5D482F (or 0x5D482F) is unknown color: approx Dallas. HEX triplet: 5D, 48 and 2F. RGB value is (93,72,47). Sum of RGB (Red+Green+Blue) = 93+72+47=212 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.87% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 93 - color contains mainly: red. Hex color #5D482F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D482F is #A2B7D0. Grayscale: #4B4B4B. Windows color (decimal): -10663889 or 3098717. OLE color: 3098717.

HSL color Cylindrical-coordinate representation of color #5D482F: hue angle of 32.61º 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 #5D482F is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB937247-
CMYK00.230.490.64
HSL32.61º32.86%27.45%-
HSV(B)32.61º49.46%36.47%-
XYZ7.347.173.69-
YUV75.43111.96140.53-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 43.87%
GREEN value IS 72 (28.52% from 255) = 33.96%
BLUE value IS 47 (18.75% from 255) = 22.17%
R=43.87%
G=33.96%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93724700.230.490.6432.6132.8627.45
Hex5D482F017314021211b
Octal1351105702761100414133
Binary10111011001000101111010111110001100000010000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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