#472C37

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

Shades of Barossa #472C37

Tints of Barossa #472C37

Color information

#472C37 (or 0x472C37) is unknown color: approx Barossa. HEX triplet: 47, 2C and 37. RGB value is (71,44,55). Sum of RGB (Red+Green+Blue) = 71+44+55=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #472C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C37 is #B8D3C8. Grayscale: #353535. Windows color (decimal): -12112841 or 3615815. OLE color: 3615815.

HSL color Cylindrical-coordinate representation of color #472C37: hue angle of 335.56º 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 #472C37 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.72.

Color convert

RGB714455-
CMYK00.380.230.72
HSL335.56º23.48%22.55%-
HSV(B)335.56º38.03%27.84%-
XYZ4.193.424.05-
YUV53.33128.95140.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.76%
GREEN value IS 44 (17.58% from 255) = 25.88%
BLUE value IS 55 (21.88% from 255) = 32.35%
R=41.76%
G=25.88%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71445500.380.230.72335.5623.4822.55
Hex472C3702617481501717
Octal1075467046271105202727
Binary100011110110011011101001101011110010001010100001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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