#47393E

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

Shades of Barossa #47393E

Tints of Barossa #47393E

Color information

#47393E (or 0x47393E) is unknown color: approx Barossa. HEX triplet: 47, 39 and 3E. RGB value is (71,57,62). Sum of RGB (Red+Green+Blue) = 71+57+62=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 71 - color contains mainly: red. Hex color #47393E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47393E is #B8C6C1. Grayscale: #3D3D3D. Windows color (decimal): -12109506 or 4077895. OLE color: 4077895.

HSL color Cylindrical-coordinate representation of color #47393E: hue angle of 338.57º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #47393E is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB715762-
CMYK00.200.130.72
HSL338.57º10.94%25.1%-
HSV(B)338.57º19.72%27.84%-
XYZ4.934.615.19-
YUV61.76128.14134.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.37%
GREEN value IS 57 (22.66% from 255) = 30%
BLUE value IS 62 (24.61% from 255) = 32.63%
R=37.37%
G=30%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71576200.200.130.72338.5710.9425.1
Hex47393E014D48153b19
Octal1077176024151105231331
Binary100011111100111111001010011011001000101010011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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