#47333A

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

Shades of Barossa #47333A

Tints of Barossa #47333A

Color information

#47333A (or 0x47333A) is unknown color: approx Barossa. HEX triplet: 47, 33 and 3A. RGB value is (71,51,58). Sum of RGB (Red+Green+Blue) = 71+51+58=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 71 - color contains mainly: red. Hex color #47333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47333A is #B8CCC5. Grayscale: #393939. Windows color (decimal): -12111046 or 3814215. OLE color: 3814215.

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

Color convert

RGB715158-
CMYK00.280.180.72
HSL339º16.39%23.92%-
HSV(B)339º28.17%27.84%-
XYZ4.554.014.54-
YUV57.78128.13137.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.44%
GREEN value IS 51 (20.31% from 255) = 28.33%
BLUE value IS 58 (23.05% from 255) = 32.22%
R=39.44%
G=28.33%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71515800.280.180.7233916.3923.92
Hex47333A01C12481531018
Octal1076372034221105232030
Binary10001111100111110100111001001010010001010100111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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