#473534

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

Shades of Cowboy #473534

Tints of Cowboy #473534

Color information

#473534 (or 0x473534) is unknown color: approx Cowboy. HEX triplet: 47, 35 and 34. RGB value is (71,53,52). Sum of RGB (Red+Green+Blue) = 71+53+52=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 71 - color contains mainly: red. Hex color #473534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473534 is #B8CACB. Grayscale: #3A3A3A. Windows color (decimal): -12110540 or 3421511. OLE color: 3421511.

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

Color convert

RGB715352-
CMYK00.250.270.72
HSL3.16º15.45%24.12%-
HSV(B)3.16º26.76%27.84%-
XYZ4.494.133.81-
YUV58.27124.46137.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.34%
GREEN value IS 53 (21.09% from 255) = 30.11%
BLUE value IS 52 (20.70% from 255) = 29.55%
R=40.34%
G=30.11%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71535200.250.270.723.1615.4524.12
Hex4735340191B483f18
Octal10765640313311031730
Binary100011111010111010001100111011100100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473534; }

 p { color: rgb(71,53,52); }

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

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

 a { background-color: rgb(71,53,52); }

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

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

 span { border-color: rgb(71,53,52); }

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