#473A38

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

Shades of Cowboy #473A38

Tints of Cowboy #473A38

Color information

#473A38 (or 0x473A38) is unknown color: approx Cowboy. HEX triplet: 47, 3A and 38. RGB value is (71,58,56). Sum of RGB (Red+Green+Blue) = 71+58+56=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 71 - color contains mainly: red. Hex color #473A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A38 is #B8C5C7. Grayscale: #3D3D3D. Windows color (decimal): -12109256 or 3684935. OLE color: 3684935.

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

Color convert

RGB715856-
CMYK00.180.210.72
HSL11.81%24.9%-
HSV(B)21.13%27.84%-
XYZ4.834.654.38-
YUV61.66124.81134.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.38%
GREEN value IS 58 (23.05% from 255) = 31.35%
BLUE value IS 56 (22.27% from 255) = 30.27%
R=38.38%
G=31.35%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71585600.180.210.72811.8124.9
Hex473A3801215488c19
Octal107727002225110101431
Binary10001111110101110000100101010110010001000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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