#473A39

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

Shades of Cowboy #473A39

Tints of Cowboy #473A39

Color information

#473A39 (or 0x473A39) is unknown color: approx Cowboy. HEX triplet: 47, 3A and 39. RGB value is (71,58,57). Sum of RGB (Red+Green+Blue) = 71+58+57=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 71 - color contains mainly: red. Hex color #473A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A39 is #B8C5C6. Grayscale: #3D3D3D. Windows color (decimal): -12109255 or 3750471. OLE color: 3750471.

HSL color Cylindrical-coordinate representation of color #473A39: hue angle of 4.29º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #473A39 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.72.

Color convert

RGB715857-
CMYK00.180.200.72
HSL4.29º10.94%25.1%-
HSV(B)4.29º19.72%27.84%-
XYZ4.854.664.51-
YUV61.77125.31134.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.17%
GREEN value IS 58 (23.05% from 255) = 31.18%
BLUE value IS 57 (22.66% from 255) = 30.65%
R=38.17%
G=31.18%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71585700.180.200.724.2910.9425.1
Hex473A3901214484b19
Octal10772710222411041331
Binary1000111111010111001010010101001001000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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