#47383D

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

Shades of Barossa #47383D

Tints of Barossa #47383D

Color information

#47383D (or 0x47383D) is unknown color: approx Barossa. HEX triplet: 47, 38 and 3D. RGB value is (71,56,61). Sum of RGB (Red+Green+Blue) = 71+56+61=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 56 (22.27% from 255 or 29.79% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 71 - color contains mainly: red. Hex color #47383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47383D is #B8C7C2. Grayscale: #3D3D3D. Windows color (decimal): -12109763 or 4012103. OLE color: 4012103.

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

Color convert

RGB715661-
CMYK00.210.140.72
HSL340º11.81%24.9%-
HSV(B)340º21.13%27.84%-
XYZ4.864.55.03-
YUV61.06127.97135.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.77%
GREEN value IS 56 (22.27% from 255) = 29.79%
BLUE value IS 61 (24.22% from 255) = 32.45%
R=37.77%
G=29.79%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71566100.210.140.7234011.8124.9
Hex47383D015E48154c19
Octal1077075025161105241431
Binary100011111100011110101010111101001000101010100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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