#472F2F

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

Shades of Cowboy #472F2F

Tints of Cowboy #472F2F

Color information

#472F2F (or 0x472F2F) is unknown color: approx Cowboy. HEX triplet: 47, 2F and 2F. RGB value is (71,47,47). Sum of RGB (Red+Green+Blue) = 71+47+47=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #472F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F2F is #B8D0D0. Grayscale: #363636. Windows color (decimal): -12112081 or 3092295. OLE color: 3092295.

HSL color Cylindrical-coordinate representation of color #472F2F: hue angle of 0º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #472F2F is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB714747-
CMYK00.340.340.72
HSL20.34%23.14%-
HSV(B)33.8%27.84%-
XYZ4.133.583.16-
YUV54.18123.95140-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.03%
GREEN value IS 47 (18.75% from 255) = 28.48%
BLUE value IS 47 (18.75% from 255) = 28.48%
R=43.03%
G=28.48%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71474700.340.340.72020.3423.14
Hex472F2F022224801417
Octal10757570424211002427
Binary10001111011111011110100010100010100100001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472F2F; }

 p { color: rgb(71,47,47); }

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

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

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

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

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

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

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