Html Css Color HEX #47323C Barossa

📋 copy color: '#47323C'

red 71 ◦ green 50 ◦ blue 60

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

Shades of Barossa #47323C

Tints of Barossa #47323C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.62%

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

R = 39.23%
G = 27.62%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#47323C (or 0x47323C) is known color: Barossa. HEX triplet: 47, 32 and 3C. RGB value is (71,50,60). Sum of RGB (Red+Green+Blue) = 71+50+60=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 71 - color contains mainly: red. Hex color #47323C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47323C is #B8CDC3. Grayscale: #393939. Windows color (decimal): -12111300 or 3945031. OLE color: 3945031.

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

Color convert

RGB 71 50 60 -
CMYK 0 0.30 0.15 0.72
HSL 331.43º 0.17% 0.24% -
HSV(B) 331.43º 0.3% 0.28% -
XYZ 4.55 3.95 4.8 -
YUV 57.42 129.46 137.69 -
System Red Green Blue C M Y K H S L
Decimal 71 50 60 0 0.30 0.15 0.72 331.43 0.17 0.24
Hex 47 32 3C 0 1E F 48 14B 11 18
Octal 107 62 74 0 36 17 110 513 21 30
Binary 1000111 110010 111100 0 11110 1111 1001000 101001011 10001 11000

Color Harmonies of #47323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47323C

Black with #47323C

Text Example


Text Example

White with #47323C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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