#5C462E

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

Shades of Dallas #5C462E

Tints of Dallas #5C462E

Color information

#5C462E (or 0x5C462E) is unknown color: approx Dallas. HEX triplet: 5C, 46 and 2E. RGB value is (92,70,46). Sum of RGB (Red+Green+Blue) = 92+70+46=208 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.23% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 92 - color contains mainly: red. Hex color #5C462E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C462E is #A3B9D1. Grayscale: #494949. Windows color (decimal): -10729938 or 3032668. OLE color: 3032668.

HSL color Cylindrical-coordinate representation of color #5C462E: hue angle of 31.3º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C462E is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.64.

Color convert

RGB927046-
CMYK00.240.500.64
HSL31.3º33.33%27.06%-
HSV(B)31.3º50%36.08%-
XYZ7.16.853.53-
YUV73.84112.29140.95-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.23%
GREEN value IS 70 (27.73% from 255) = 33.65%
BLUE value IS 46 (18.36% from 255) = 22.12%
R=44.23%
G=33.65%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92704600.240.500.6431.333.3327.06
Hex5C462E01832401f211b
Octal1341065603062100374133
Binary1011100100011010111001100011001010000001111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C462E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,70,46); }

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

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

 a { background-color: rgb(92,70,46); }

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

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

 span { border-color: rgb(92,70,46); }

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