#5C462B

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

Shades of Dallas #5C462B

Tints of Dallas #5C462B

Color information

#5C462B (or 0x5C462B) is unknown color: approx Dallas. HEX triplet: 5C, 46 and 2B. RGB value is (92,70,43). Sum of RGB (Red+Green+Blue) = 92+70+43=205 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.88% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 92 - color contains mainly: red. Hex color #5C462B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C462B is #A3B9D4. Grayscale: #494949. Windows color (decimal): -10729941 or 2836060. OLE color: 2836060.

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

Color convert

RGB927043-
CMYK00.240.530.64
HSL33.06º36.3%26.47%-
HSV(B)33.06º53.26%36.08%-
XYZ7.046.833.23-
YUV73.5110.79141.2-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.88%
GREEN value IS 70 (27.73% from 255) = 34.15%
BLUE value IS 43 (17.19% from 255) = 20.98%
R=44.88%
G=34.15%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92704300.240.530.6433.0636.326.47
Hex5C462B018354021241a
Octal1341065303065100414432
Binary10111001000110101011011000110101100000010000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C462B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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