#472536

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

Shades of Barossa #472536

Tints of Barossa #472536

Color information

#472536 (or 0x472536) is unknown color: approx Barossa. HEX triplet: 47, 25 and 36. RGB value is (71,37,54). Sum of RGB (Red+Green+Blue) = 71+37+54=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 54 (21.48% from 255 or 33.33% from 162); Max value from RGB is 71 - color contains mainly: red. Hex color #472536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472536 is #B8DAC9. Grayscale: #313131. Windows color (decimal): -12114634 or 3548487. OLE color: 3548487.

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

Color convert

RGB713754-
CMYK00.480.240.72
HSL330º31.48%21.18%-
HSV(B)330º47.89%27.84%-
XYZ3.932.933.85-
YUV49.1130.76143.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.83%
GREEN value IS 37 (14.84% from 255) = 22.84%
BLUE value IS 54 (21.48% from 255) = 33.33%
R=43.83%
G=22.84%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71375400.480.240.7233031.4821.18
Hex472536030184814a1f15
Octal1074566060301105123725
Binary100011110010111011001100001100010010001010010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472536; }

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

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

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

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

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

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

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

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