#5F4934

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

Shades of Dallas #5F4934

Tints of Dallas #5F4934

Color information

#5F4934 (or 0x5F4934) is unknown color: approx Dallas. HEX triplet: 5F, 49 and 34. RGB value is (95,73,52). Sum of RGB (Red+Green+Blue) = 95+73+52=220 (29% of max value = 765). Red value is 95 (37.5% from 255 or 43.18% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4934 is #A0B6CB. Grayscale: #4D4D4D. Windows color (decimal): -10532556 or 3426655. OLE color: 3426655.

HSL color Cylindrical-coordinate representation of color #5F4934: hue angle of 29.3º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F4934 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.63.

Color convert

RGB957352-
CMYK00.230.450.63
HSL29.3º29.25%28.82%-
HSV(B)29.3º45.26%37.25%-
XYZ7.727.454.28-
YUV77.18113.79140.71-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 43.18%
GREEN value IS 73 (28.91% from 255) = 33.18%
BLUE value IS 52 (20.70% from 255) = 23.64%
R=43.18%
G=33.18%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95735200.230.450.6329.329.2528.82
Hex5F49340172D3F1d1d1d
Octal137111640275577353535
Binary10111111001001110100010111101101111111111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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