#413A39

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

Shades of Cowboy #413A39

Tints of Cowboy #413A39

Color information

#413A39 (or 0x413A39) is unknown color: approx Cowboy. HEX triplet: 41, 3A and 39. RGB value is (65,58,57). Sum of RGB (Red+Green+Blue) = 65+58+57=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 57 (22.66% from 255 or 31.67% from 180); Max value from RGB is 65 - color contains mainly: red. Hex color #413A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A39 is #BEC5C6. Grayscale: #3B3B3B. Windows color (decimal): -12502471 or 3750465. OLE color: 3750465.

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

Color convert

RGB655857-
CMYK00.110.120.75
HSL7.5º6.56%23.92%-
HSV(B)7.5º12.31%25.49%-
XYZ4.434.454.5-
YUV59.98126.32131.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.11%
GREEN value IS 58 (23.05% from 255) = 32.22%
BLUE value IS 57 (22.66% from 255) = 31.67%
R=36.11%
G=32.22%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65585700.110.120.757.56.5623.92
Hex413A390BC4B7718
Octal1017271013141137730
Binary1000001111010111001010111100100101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413A39; }

 p { color: rgb(65,58,57); }

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

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

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

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

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

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

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