#5F4A2A

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

Shades of Dallas #5F4A2A

Tints of Dallas #5F4A2A

Color information

#5F4A2A (or 0x5F4A2A) is unknown color: approx Dallas. HEX triplet: 5F, 4A and 2A. RGB value is (95,74,42). Sum of RGB (Red+Green+Blue) = 95+74+42=211 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.02% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4A2A is #A0B5D5. Grayscale: #4C4C4C. Windows color (decimal): -10532310 or 2771551. OLE color: 2771551.

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

Color convert

RGB957442-
CMYK00.220.560.63
HSL36.23º38.69%26.86%-
HSV(B)36.23º55.79%37.25%-
XYZ7.597.53.24-
YUV76.63108.46141.1-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 45.02%
GREEN value IS 74 (29.30% from 255) = 35.07%
BLUE value IS 42 (16.80% from 255) = 19.91%
R=45.02%
G=35.07%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95744200.220.560.6336.2338.6926.86
Hex5F4A2A016383F24271b
Octal137112520267077444733
Binary1011111100101010101001011011100011111110010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,74,42); }

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

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

 a { background-color: rgb(95,74,42); }

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

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

 span { border-color: rgb(95,74,42); }

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