Html Css Color HEX #47343B Barossa

📋 copy color: '#47343B'

red 71 ◦ green 52 ◦ blue 59

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

Shades of Barossa #47343B

Tints of Barossa #47343B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.57%

 BLUE value IS 59 (23.44% from 255) = 32.42%

R = 39.01%
G = 28.57%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#47343B (or 0x47343B) is known color: Barossa. HEX triplet: 47, 34 and 3B. RGB value is (71,52,59). Sum of RGB (Red+Green+Blue) = 71+52+59=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 59 (23.44% from 255 or 32.42% from 182); Max value from RGB is 71 - color contains mainly: red. Hex color #47343B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47343B is #B8CBC4. Grayscale: #3A3A3A. Windows color (decimal): -12110789 or 3880007. OLE color: 3880007.

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

Color convert

RGB 71 52 59 -
CMYK 0 0.27 0.17 0.72
HSL 337.89º 0.15% 0.24% -
HSV(B) 337.89º 0.27% 0.28% -
XYZ 4.62 4.11 4.69 -
YUV 58.48 128.29 136.93 -
System Red Green Blue C M Y K H S L
Decimal 71 52 59 0 0.27 0.17 0.72 337.89 0.15 0.24
Hex 47 34 3B 0 1B 11 48 152 F 18
Octal 107 64 73 0 33 21 110 522 17 30
Binary 1000111 110100 111011 0 11011 10001 1001000 101010010 1111 11000

Color Harmonies of #47343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47343B

Black with #47343B

Text Example


Text Example

White with #47343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47343B; }

 p { color: rgb(71,52,59); }

 H1.HeaderClassName
 {
   color: #47343B;
 }
 .AnyTagClassName
 {
   color: #47343B;
 }
</style>

background-color css

<style>
 a { background-color: #47343B; }

 a { background-color: rgb(71,52,59); }

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

border-color css

<style>
 span { border-color: #47343B; }

 span { border-color: rgb(71,52,59); }

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