#472C38

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

Shades of Barossa #472C38

Tints of Barossa #472C38

Color information

#472C38 (or 0x472C38) is unknown color: approx Barossa. HEX triplet: 47, 2C and 38. RGB value is (71,44,56). Sum of RGB (Red+Green+Blue) = 71+44+56=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #472C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C38 is #B8D3C7. Grayscale: #353535. Windows color (decimal): -12112840 or 3681351. OLE color: 3681351.

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

Color convert

RGB714456-
CMYK00.380.210.72
HSL333.33º23.48%22.55%-
HSV(B)333.33º38.03%27.84%-
XYZ4.213.434.18-
YUV53.44129.45140.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.52%
GREEN value IS 44 (17.58% from 255) = 25.73%
BLUE value IS 56 (22.27% from 255) = 32.75%
R=41.52%
G=25.73%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71445600.380.210.72333.3323.4822.55
Hex472C38026154814d1717
Octal1075470046251105152727
Binary100011110110011100001001101010110010001010011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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