Html Css Color HEX #47333C Barossa

📋 copy color: '#47333C'

red 71 ◦ green 51 ◦ blue 60

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

Shades of Barossa #47333C

Tints of Barossa #47333C

RGB

 RED value IS 71 (28.13% from 255) = 39.01%

 GREEN value IS 51 (20.31% from 255) = 28.02%

 BLUE value IS 60 (23.83% from 255) = 32.97%

R = 39.01%
G = 28.02%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#47333C (or 0x47333C) is known color: Barossa. HEX triplet: 47, 33 and 3C. RGB value is (71,51,60). Sum of RGB (Red+Green+Blue) = 71+51+60=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 71 - color contains mainly: red. Hex color #47333C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47333C is #B8CCC3. Grayscale: #393939. Windows color (decimal): -12111044 or 3945287. OLE color: 3945287.

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

Color convert

RGB 71 51 60 -
CMYK 0 0.28 0.15 0.72
HSL 333º 0.16% 0.24% -
HSV(B) 333º 0.28% 0.28% -
XYZ 4.6 4.03 4.81 -
YUV 58.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 71 51 60 0 0.28 0.15 0.72 333 0.16 0.24
Hex 47 33 3C 0 1C F 48 14D 10 18
Octal 107 63 74 0 34 17 110 515 20 30
Binary 1000111 110011 111100 0 11100 1111 1001000 101001101 10000 11000

Color Harmonies of #47333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47333C

Black with #47333C

Text Example


Text Example

White with #47333C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #47333C;
 }
 .AnyTagClassName
 {
   color: #47333C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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