#47353B

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

Shades of Barossa #47353B

Tints of Barossa #47353B

Color information

#47353B (or 0x47353B) is unknown color: approx Barossa. HEX triplet: 47, 35 and 3B. RGB value is (71,53,59). Sum of RGB (Red+Green+Blue) = 71+53+59=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 71 - color contains mainly: red. Hex color #47353B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47353B is #B8CAC4. Grayscale: #3B3B3B. Windows color (decimal): -12110533 or 3880263. OLE color: 3880263.

HSL color Cylindrical-coordinate representation of color #47353B: hue angle of 340º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #47353B is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB715359-
CMYK00.250.170.72
HSL340º14.52%24.31%-
HSV(B)340º25.35%27.84%-
XYZ4.664.24.7-
YUV59.07127.96136.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.80%
GREEN value IS 53 (21.09% from 255) = 28.96%
BLUE value IS 59 (23.44% from 255) = 32.24%
R=38.80%
G=28.96%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71535900.250.170.7234014.5224.31
Hex47353B0191148154f18
Octal1076573031211105241730
Binary1000111110101111011011001100011001000101010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47353B; }

 p { color: rgb(71,53,59); }

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

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

 a { background-color: rgb(71,53,59); }

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

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

 span { border-color: rgb(71,53,59); }

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