#463331

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

Shades of Cowboy #463331

Tints of Cowboy #463331

Color information

#463331 (or 0x463331) is unknown color: approx Cowboy. HEX triplet: 46, 33 and 31. RGB value is (70,51,49). Sum of RGB (Red+Green+Blue) = 70+51+49=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 49 (19.53% from 255 or 28.82% from 170); Max value from RGB is 70 - color contains mainly: red. Hex color #463331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463331 is #B9CCCE. Grayscale: #383838. Windows color (decimal): -12176591 or 3224390. OLE color: 3224390.

HSL color Cylindrical-coordinate representation of color #463331: hue angle of 5.71º 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 #463331 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB705149-
CMYK00.270.300.73
HSL5.71º17.65%23.33%-
HSV(B)5.71º30%27.45%-
XYZ4.263.893.43-
YUV56.45123.79137.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.18%
GREEN value IS 51 (20.31% from 255) = 30%
BLUE value IS 49 (19.53% from 255) = 28.82%
R=41.18%
G=30%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70514900.270.300.735.7117.6523.33
Hex46333101B1E4961217
Octal10663610333611162227
Binary10001101100111100010110111111010010011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463331; }

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

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

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

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

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

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

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

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