#472538

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

Shades of Barossa #472538

Tints of Barossa #472538

Color information

#472538 (or 0x472538) is unknown color: approx Barossa. HEX triplet: 47, 25 and 38. RGB value is (71,37,56). Sum of RGB (Red+Green+Blue) = 71+37+56=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 56 (22.27% from 255 or 34.15% from 164); Max value from RGB is 71 - color contains mainly: red. Hex color #472538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472538 is #B8DAC7. Grayscale: #313131. Windows color (decimal): -12114632 or 3679559. OLE color: 3679559.

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

Color convert

RGB713756-
CMYK00.480.210.72
HSL326.47º31.48%21.18%-
HSV(B)326.47º47.89%27.84%-
XYZ3.972.954.1-
YUV49.33131.76143.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.29%
GREEN value IS 37 (14.84% from 255) = 22.56%
BLUE value IS 56 (22.27% from 255) = 34.15%
R=43.29%
G=22.56%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71375600.480.210.72326.4731.4821.18
Hex47253803015481461f15
Octal1074570060251105063725
Binary100011110010111100001100001010110010001010001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472538; }

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

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

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

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

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

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

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

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