#473332

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

Shades of Cowboy #473332

Tints of Cowboy #473332

Color information

#473332 (or 0x473332) is unknown color: approx Cowboy. HEX triplet: 47, 33 and 32. RGB value is (71,51,50). Sum of RGB (Red+Green+Blue) = 71+51+50=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #473332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473332 is #B8CCCD. Grayscale: #383838. Windows color (decimal): -12111054 or 3289927. OLE color: 3289927.

HSL color Cylindrical-coordinate representation of color #473332: hue angle of 2.86º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #473332 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB715150-
CMYK00.280.300.72
HSL2.86º17.36%23.73%-
HSV(B)2.86º29.58%27.84%-
XYZ4.363.943.55-
YUV56.87124.13138.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.28%
GREEN value IS 51 (20.31% from 255) = 29.65%
BLUE value IS 50 (19.92% from 255) = 29.07%
R=41.28%
G=29.65%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71515000.280.300.722.8617.3623.73
Hex47333201C1E4831118
Octal10763620343611032130
Binary1000111110011110010011100111101001000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473332; }

 p { color: rgb(71,51,50); }

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

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

 a { background-color: rgb(71,51,50); }

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

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

 span { border-color: rgb(71,51,50); }

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