#472C36

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

Shades of Barossa #472C36

Tints of Barossa #472C36

Color information

#472C36 (or 0x472C36) is unknown color: approx Barossa. HEX triplet: 47, 2C and 36. RGB value is (71,44,54). Sum of RGB (Red+Green+Blue) = 71+44+54=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 44 (17.58% from 255 or 26.04% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #472C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C36 is #B8D3C9. Grayscale: #353535. Windows color (decimal): -12112842 or 3550279. OLE color: 3550279.

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

Color convert

RGB714454-
CMYK00.380.240.72
HSL337.78º23.48%22.55%-
HSV(B)337.78º38.03%27.84%-
XYZ4.173.413.93-
YUV53.21128.45140.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.01%
GREEN value IS 44 (17.58% from 255) = 26.04%
BLUE value IS 54 (21.48% from 255) = 31.95%
R=42.01%
G=26.04%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71445400.380.240.72337.7823.4822.55
Hex472C3602618481521717
Octal1075466046301105222727
Binary100011110110011011001001101100010010001010100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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