#47333E

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

Shades of Barossa #47333E

Tints of Barossa #47333E

Color information

#47333E (or 0x47333E) is unknown color: approx Barossa. HEX triplet: 47, 33 and 3E. RGB value is (71,51,62). Sum of RGB (Red+Green+Blue) = 71+51+62=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 71 - color contains mainly: red. Hex color #47333E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47333E is #B8CCC1. Grayscale: #3A3A3A. Windows color (decimal): -12111042 or 4076359. OLE color: 4076359.

HSL color Cylindrical-coordinate representation of color #47333E: hue angle of 327º 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 #47333E is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB715162-
CMYK00.280.130.72
HSL327º16.39%23.92%-
HSV(B)327º28.17%27.84%-
XYZ4.654.065.09-
YUV58.23130.13137.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.59%
GREEN value IS 51 (20.31% from 255) = 27.72%
BLUE value IS 62 (24.61% from 255) = 33.70%
R=38.59%
G=27.72%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71516200.280.130.7232716.3923.92
Hex47333E01CD481471018
Octal1076376034151105072030
Binary1000111110011111110011100110110010001010001111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47333E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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