#413131

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

Shades of Cowboy #413131

Tints of Cowboy #413131

Color information

#413131 (or 0x413131) is unknown color: approx Cowboy. HEX triplet: 41, 31 and 31. RGB value is (65,49,49). Sum of RGB (Red+Green+Blue) = 65+49+49=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 65 - color contains mainly: red. Hex color #413131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413131 is #BECECE. Grayscale: #353535. Windows color (decimal): -12504783 or 3223873. OLE color: 3223873.

HSL color Cylindrical-coordinate representation of color #413131: hue angle of 0º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #413131 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB654949-
CMYK00.250.250.75
HSL14.04%22.35%-
HSV(B)24.62%25.49%-
XYZ3.833.543.39-
YUV53.78125.3136-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.88%
GREEN value IS 49 (19.53% from 255) = 30.06%
BLUE value IS 49 (19.53% from 255) = 30.06%
R=39.88%
G=30.06%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65494900.250.250.75014.0422.35
Hex413131019194B0e16
Octal10161610313111301626
Binary10000011100011100010110011100110010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413131; }

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

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

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

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

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

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

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

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