#5F462A

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

Shades of Dallas #5F462A

Tints of Dallas #5F462A

Color information

#5F462A (or 0x5F462A) is unknown color: approx Dallas. HEX triplet: 5F, 46 and 2A. RGB value is (95,70,42). Sum of RGB (Red+Green+Blue) = 95+70+42=207 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.89% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 95 - color contains mainly: red. Hex color #5F462A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F462A is #A0B9D5. Grayscale: #4A4A4A. Windows color (decimal): -10533334 or 2770527. OLE color: 2770527.

HSL color Cylindrical-coordinate representation of color #5F462A: hue angle of 31.7º 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 #5F462A is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.63.

Color convert

RGB957042-
CMYK00.260.560.63
HSL31.7º38.69%26.86%-
HSV(B)31.7º55.79%37.25%-
XYZ7.336.983.15-
YUV74.28109.78142.78-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 45.89%
GREEN value IS 70 (27.73% from 255) = 33.82%
BLUE value IS 42 (16.80% from 255) = 20.29%
R=45.89%
G=33.82%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95704200.260.560.6331.738.6926.86
Hex5F462A01A383F20271b
Octal137106520327077404733
Binary1011111100011010101001101011100011111110000010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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