#472938

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

Shades of Barossa #472938

Tints of Barossa #472938

Color information

#472938 (or 0x472938) is unknown color: approx Barossa. HEX triplet: 47, 29 and 38. RGB value is (71,41,56). Sum of RGB (Red+Green+Blue) = 71+41+56=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 56 (22.27% from 255 or 33.33% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #472938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472938 is #B8D6C7. Grayscale: #333333. Windows color (decimal): -12113608 or 3680583. OLE color: 3680583.

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

Color convert

RGB714156-
CMYK00.420.210.72
HSL330º26.79%21.96%-
HSV(B)330º42.25%27.84%-
XYZ4.113.214.14-
YUV51.68130.44141.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.26%
GREEN value IS 41 (16.41% from 255) = 24.40%
BLUE value IS 56 (22.27% from 255) = 33.33%
R=42.26%
G=24.40%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71415600.420.210.7233026.7921.96
Hex47293802A154814a1b16
Octal1075170052251105123326
Binary100011110100111100001010101010110010001010010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472938; }

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

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

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

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

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

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

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

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