Html Css Color HEX #47333A Barossa

📋 copy color: '#47333A'

red 71 ◦ green 51 ◦ blue 58

#47333A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barossa #47333A

Tints of Barossa #47333A

RGB

 RED value IS 71 (28.13% 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 value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#47333A (or 0x47333A) is known color: 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

RGB 71 51 58 -
CMYK 0 0.28 0.18 0.72
HSL 339º 0.16% 0.24% -
HSV(B) 339º 0.28% 0.28% -
XYZ 4.55 4.01 4.54 -
YUV 57.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 71 51 58 0 0.28 0.18 0.72 339 0.16 0.24
Hex 47 33 3A 0 1C 12 48 153 10 18
Octal 107 63 72 0 34 22 110 523 20 30
Binary 1000111 110011 111010 0 11100 10010 1001000 101010011 10000 11000

Color Harmonies of #47333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47333A

Black with #47333A

Text Example


Text Example

White with #47333A

Text Example


Text Example

HTML Codes & Css Web 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>