#5F4929

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

Shades of Dallas #5F4929

Tints of Dallas #5F4929

Color information

#5F4929 (or 0x5F4929) is unknown color: approx Dallas. HEX triplet: 5F, 49 and 29. RGB value is (95,73,41). Sum of RGB (Red+Green+Blue) = 95+73+41=209 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.45% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4929 is #A0B6D6. Grayscale: #4C4C4C. Windows color (decimal): -10532567 or 2705759. OLE color: 2705759.

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

Color convert

RGB957341-
CMYK00.230.570.63
HSL35.56º39.71%26.67%-
HSV(B)35.56º56.84%37.25%-
XYZ7.57.363.12-
YUV75.93108.29141.6-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 45.45%
GREEN value IS 73 (28.91% from 255) = 34.93%
BLUE value IS 41 (16.41% from 255) = 19.62%
R=45.45%
G=34.93%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95734100.230.570.6335.5639.7126.67
Hex5F4929017393F24281b
Octal137111510277177445033
Binary1011111100100110100101011111100111111110010010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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