Html Css Color HEX #47333E Barossa

📋 copy color: '#47333E'

red 71 ◦ green 51 ◦ blue 62

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

Shades of Barossa #47333E

Tints of Barossa #47333E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 33.7%

R = 38.59%
G = 27.72%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#47333E (or 0x47333E) is known color: Barossa. HEX triplet: 47, 33 and 3E. RGB value is (71,51,62). Sum of RGB (Red+Green+Blue) = 71+51+62=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 71 - color contains mainly: red. Hex color #47333E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47333E is #B8CCC1. Grayscale: #3A3A3A. Windows color (decimal): -12111042 or 4076359. OLE color: 4076359.

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

Color convert

RGB 71 51 62 -
CMYK 0 0.28 0.13 0.72
HSL 327º 0.16% 0.24% -
HSV(B) 327º 0.28% 0.28% -
XYZ 4.65 4.06 5.09 -
YUV 58.23 130.13 137.11 -
System Red Green Blue C M Y K H S L
Decimal 71 51 62 0 0.28 0.13 0.72 327 0.16 0.24
Hex 47 33 3E 0 1C D 48 147 10 18
Octal 107 63 76 0 34 15 110 507 20 30
Binary 1000111 110011 111110 0 11100 1101 1001000 101000111 10000 11000

Color Harmonies of #47333E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47333E

Black with #47333E

Text Example


Text Example

White with #47333E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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