#472835

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

Shades of Barossa #472835

Tints of Barossa #472835

Color information

#472835 (or 0x472835) is unknown color: approx Barossa. HEX triplet: 47, 28 and 35. RGB value is (71,40,53). Sum of RGB (Red+Green+Blue) = 71+40+53=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 53 (21.09% from 255 or 32.32% from 164); Max value from RGB is 71 - color contains mainly: red. Hex color #472835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472835 is #B8D7CA. Grayscale: #323232. Windows color (decimal): -12113867 or 3483719. OLE color: 3483719.

HSL color Cylindrical-coordinate representation of color #472835: hue angle of 334.84º 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 #472835 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB714053-
CMYK00.440.250.72
HSL334.84º27.93%21.76%-
HSV(B)334.84º43.66%27.84%-
XYZ43.113.76-
YUV50.75129.27142.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.29%
GREEN value IS 40 (16.02% from 255) = 24.39%
BLUE value IS 53 (21.09% from 255) = 32.32%
R=43.29%
G=24.39%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71405300.440.250.72334.8427.9321.76
Hex47283502C194814f1c16
Octal1075065054311105173426
Binary100011110100011010101011001100110010001010011111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472835; }

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

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

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

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

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

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

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

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