#413938

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

Shades of Cowboy #413938

Tints of Cowboy #413938

Color information

#413938 (or 0x413938) is unknown color: approx Cowboy. HEX triplet: 41, 39 and 38. RGB value is (65,57,56). Sum of RGB (Red+Green+Blue) = 65+57+56=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 65 - color contains mainly: red. Hex color #413938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413938 is #BEC6C7. Grayscale: #3B3B3B. Windows color (decimal): -12502728 or 3684673. OLE color: 3684673.

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

Color convert

RGB655756-
CMYK00.120.140.75
HSL6.67º7.44%23.73%-
HSV(B)6.67º13.85%25.49%-
XYZ4.364.344.35-
YUV59.28126.15132.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.52%
GREEN value IS 57 (22.66% from 255) = 32.02%
BLUE value IS 56 (22.27% from 255) = 31.46%
R=36.52%
G=32.02%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65575600.120.140.756.677.4423.73
Hex4139380CE4B7718
Octal1017170014161137730
Binary1000001111001111000011001110100101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413938; }

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

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

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

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

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

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

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

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