#5F4729

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

Shades of Dallas #5F4729

Tints of Dallas #5F4729

Color information

#5F4729 (or 0x5F4729) is unknown color: approx Dallas. HEX triplet: 5F, 47 and 29. RGB value is (95,71,41). Sum of RGB (Red+Green+Blue) = 95+71+41=207 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.89% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4729 is #A0B8D6. Grayscale: #4A4A4A. Windows color (decimal): -10533079 or 2705247. OLE color: 2705247.

HSL color Cylindrical-coordinate representation of color #5F4729: hue angle of 33.33º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F4729 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.63.

Color convert

RGB957141-
CMYK00.250.570.63
HSL33.33º39.71%26.67%-
HSV(B)33.33º56.84%37.25%-
XYZ7.377.13.08-
YUV74.76108.95142.44-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 45.89%
GREEN value IS 71 (28.12% from 255) = 34.30%
BLUE value IS 41 (16.41% from 255) = 19.81%
R=45.89%
G=34.30%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95714100.250.570.6333.3339.7126.67
Hex5F4729019393F21281b
Octal137107510317177415033
Binary1011111100011110100101100111100111111110000110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,71,41); }

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

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

 a { background-color: rgb(95,71,41); }

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

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

 span { border-color: rgb(95,71,41); }

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