#5F4B35

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

Shades of Dallas #5F4B35

Tints of Dallas #5F4B35

Color information

#5F4B35 (or 0x5F4B35) is unknown color: approx Dallas. HEX triplet: 5F, 4B and 35. RGB value is (95,75,53). Sum of RGB (Red+Green+Blue) = 95+75+53=223 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.60% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4B35 is #A0B4CA. Grayscale: #4E4E4E. Windows color (decimal): -10532043 or 3492703. OLE color: 3492703.

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

Color convert

RGB957553-
CMYK00.210.440.63
HSL31.43º28.38%29.02%-
HSV(B)31.43º44.21%37.25%-
XYZ7.887.724.44-
YUV78.47113.63139.79-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 42.60%
GREEN value IS 75 (29.69% from 255) = 33.63%
BLUE value IS 53 (21.09% from 255) = 23.77%
R=42.60%
G=33.63%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95755300.210.440.6331.4328.3829.02
Hex5F4B350152C3F1f1c1d
Octal137113650255477373435
Binary10111111001011110101010101101100111111111111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,75,53); }

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

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

 a { background-color: rgb(95,75,53); }

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

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

 span { border-color: rgb(95,75,53); }

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