#463131

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

Shades of Cowboy #463131

Tints of Cowboy #463131

Color information

#463131 (or 0x463131) is unknown color: approx Cowboy. HEX triplet: 46, 31 and 31. RGB value is (70,49,49). Sum of RGB (Red+Green+Blue) = 70+49+49=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 70 - color contains mainly: red. Hex color #463131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463131 is #B9CECE. Grayscale: #373737. Windows color (decimal): -12177103 or 3223878. OLE color: 3223878.

HSL color Cylindrical-coordinate representation of color #463131: hue angle of 0º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #463131 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB704949-
CMYK00.300.300.73
HSL17.65%23.33%-
HSV(B)30%27.45%-
XYZ4.183.723.4-
YUV55.28124.46138.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.67%
GREEN value IS 49 (19.53% from 255) = 29.17%
BLUE value IS 49 (19.53% from 255) = 29.17%
R=41.67%
G=29.17%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70494900.300.300.73017.6523.33
Hex46313101E1E4901217
Octal10661610363611102227
Binary100011011000111000101111011110100100101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463131; }

 p { color: rgb(70,49,49); }

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

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

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

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

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

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

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