#413130

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

Shades of Cowboy #413130

Tints of Cowboy #413130

Color information

#413130 (or 0x413130) is unknown color: approx Cowboy. HEX triplet: 41, 31 and 30. RGB value is (65,49,48). Sum of RGB (Red+Green+Blue) = 65+49+48=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 65 - color contains mainly: red. Hex color #413130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413130 is #BECECF. Grayscale: #353535. Windows color (decimal): -12504784 or 3158337. OLE color: 3158337.

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

Color convert

RGB654948-
CMYK00.250.260.75
HSL3.53º15.04%22.16%-
HSV(B)3.53º26.15%25.49%-
XYZ3.813.533.28-
YUV53.67124.8136.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.12%
GREEN value IS 49 (19.53% from 255) = 30.25%
BLUE value IS 48 (19.14% from 255) = 29.63%
R=40.12%
G=30.25%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65494800.250.260.753.5315.0422.16
Hex4131300191A4B4f16
Octal10161600313211341726
Binary1000001110001110000011001110101001011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413130; }

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

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

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

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

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

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

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

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