#5C492D

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

Shades of Dallas #5C492D

Tints of Dallas #5C492D

Color information

#5C492D (or 0x5C492D) is unknown color: approx Dallas. HEX triplet: 5C, 49 and 2D. RGB value is (92,73,45). Sum of RGB (Red+Green+Blue) = 92+73+45=210 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.81% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 92 - color contains mainly: red. Hex color #5C492D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C492D is #A3B6D2. Grayscale: #4B4B4B. Windows color (decimal): -10729171 or 2967900. OLE color: 2967900.

HSL color Cylindrical-coordinate representation of color #5C492D: hue angle of 35.74º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C492D is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.64.

Color convert

RGB927345-
CMYK00.210.510.64
HSL35.74º34.31%26.86%-
HSV(B)35.74º51.09%36.08%-
XYZ7.277.233.49-
YUV75.49110.79139.78-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 43.81%
GREEN value IS 73 (28.91% from 255) = 34.76%
BLUE value IS 45 (17.97% from 255) = 21.43%
R=43.81%
G=34.76%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92734500.210.510.6435.7434.3126.86
Hex5C492D015334024221b
Octal1341115502563100444233
Binary10111001001001101101010101110011100000010010010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C492D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,73,45); }

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

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

 a { background-color: rgb(92,73,45); }

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

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

 span { border-color: rgb(92,73,45); }

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