#472A38

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

Shades of Barossa #472A38

Tints of Barossa #472A38

Color information

#472A38 (or 0x472A38) is unknown color: approx Barossa. HEX triplet: 47, 2A and 38. RGB value is (71,42,56). Sum of RGB (Red+Green+Blue) = 71+42+56=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 42 (16.80% from 255 or 24.85% from 169); Blue value is 56 (22.27% from 255 or 33.14% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #472A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A38 is #B8D5C7. Grayscale: #343434. Windows color (decimal): -12113352 or 3680839. OLE color: 3680839.

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

Color convert

RGB714256-
CMYK00.410.210.72
HSL331.03º25.66%22.16%-
HSV(B)331.03º40.85%27.84%-
XYZ4.143.284.16-
YUV52.27130.11141.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.01%
GREEN value IS 42 (16.80% from 255) = 24.85%
BLUE value IS 56 (22.27% from 255) = 33.14%
R=42.01%
G=24.85%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71425600.410.210.72331.0325.6622.16
Hex472A38029154814b1a16
Octal1075270051251105133226
Binary100011110101011100001010011010110010001010010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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