#472836

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

Shades of Barossa #472836

Tints of Barossa #472836

Color information

#472836 (or 0x472836) is unknown color: approx Barossa. HEX triplet: 47, 28 and 36. RGB value is (71,40,54). Sum of RGB (Red+Green+Blue) = 71+40+54=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #472836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472836 is #B8D7C9. Grayscale: #323232. Windows color (decimal): -12113866 or 3549255. OLE color: 3549255.

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

Color convert

RGB714054-
CMYK00.440.240.72
HSL332.9º27.93%21.76%-
HSV(B)332.9º43.66%27.84%-
XYZ4.023.123.88-
YUV50.86129.77142.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.03%
GREEN value IS 40 (16.02% from 255) = 24.24%
BLUE value IS 54 (21.48% from 255) = 32.73%
R=43.03%
G=24.24%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71405400.440.240.72332.927.9321.76
Hex47283602C184814d1c16
Octal1075066054301105153426
Binary100011110100011011001011001100010010001010011011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472836; }

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

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

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

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

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

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

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

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