#47333D

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

Shades of Barossa #47333D

Tints of Barossa #47333D

Color information

#47333D (or 0x47333D) is unknown color: approx Barossa. HEX triplet: 47, 33 and 3D. RGB value is (71,51,61). Sum of RGB (Red+Green+Blue) = 71+51+61=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 71 - color contains mainly: red. Hex color #47333D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47333D is #B8CCC2. Grayscale: #3A3A3A. Windows color (decimal): -12111043 or 4010823. OLE color: 4010823.

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

Color convert

RGB715161-
CMYK00.280.140.72
HSL330º16.39%23.92%-
HSV(B)330º28.17%27.84%-
XYZ4.624.044.95-
YUV58.12129.63137.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.80%
GREEN value IS 51 (20.31% from 255) = 27.87%
BLUE value IS 61 (24.22% from 255) = 33.33%
R=38.80%
G=27.87%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71516100.280.140.7233016.3923.92
Hex47333D01CE4814a1018
Octal1076375034161105122030
Binary1000111110011111101011100111010010001010010101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47333D; }

 p { color: rgb(71,51,61); }

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

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

 a { background-color: rgb(71,51,61); }

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

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

 span { border-color: rgb(71,51,61); }

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