#413231

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

Shades of Cowboy #413231

Tints of Cowboy #413231

Color information

#413231 (or 0x413231) is unknown color: approx Cowboy. HEX triplet: 41, 32 and 31. RGB value is (65,50,49). Sum of RGB (Red+Green+Blue) = 65+50+49=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 65 - color contains mainly: red. Hex color #413231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413231 is #BECDCE. Grayscale: #363636. Windows color (decimal): -12504527 or 3224129. OLE color: 3224129.

HSL color Cylindrical-coordinate representation of color #413231: hue angle of 3.75º 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 #413231 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB655049-
CMYK00.230.250.75
HSL3.75º14.04%22.35%-
HSV(B)3.75º24.62%25.49%-
XYZ3.873.633.4-
YUV54.37124.97135.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.63%
GREEN value IS 50 (19.92% from 255) = 30.49%
BLUE value IS 49 (19.53% from 255) = 29.88%
R=39.63%
G=30.49%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65504900.230.250.753.7514.0422.35
Hex413231017194B4e16
Octal10162610273111341626
Binary1000001110010110001010111110011001011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413231; }

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

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

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

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

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

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

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

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