#403938

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

Shades of Cowboy #403938

Tints of Cowboy #403938

Color information

#403938 (or 0x403938) is unknown color: approx Cowboy. HEX triplet: 40, 39 and 38. RGB value is (64,57,56). Sum of RGB (Red+Green+Blue) = 64+57+56=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 64 - color contains mainly: red. Hex color #403938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403938 is #BFC6C7. Grayscale: #3A3A3A. Windows color (decimal): -12568264 or 3684672. OLE color: 3684672.

HSL color Cylindrical-coordinate representation of color #403938: 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 #403938 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB645756-
CMYK00.110.130.75
HSL7.5º6.67%23.53%-
HSV(B)7.5º12.5%25.1%-
XYZ4.294.34.35-
YUV58.98126.32131.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.16%
GREEN value IS 57 (22.66% from 255) = 32.20%
BLUE value IS 56 (22.27% from 255) = 31.64%
R=36.16%
G=32.20%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64575600.110.130.757.56.6723.53
Hex4039380BD4B7718
Octal1007170013151137730
Binary1000000111001111000010111101100101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403938; }

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

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

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

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

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

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

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

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