Html Css Color HEX #47343E Barossa

📋 copy color: '#47343E'

red 71 ◦ green 52 ◦ blue 62

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

Shades of Barossa #47343E

Tints of Barossa #47343E

RGB

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

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

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

R = 38.38%
G = 28.11%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#47343E (or 0x47343E) is known color: Barossa. HEX triplet: 47, 34 and 3E. RGB value is (71,52,62). Sum of RGB (Red+Green+Blue) = 71+52+62=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 71 - color contains mainly: red. Hex color #47343E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47343E is #B8CBC1. Grayscale: #3A3A3A. Windows color (decimal): -12110786 or 4076615. OLE color: 4076615.

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

Color convert

RGB 71 52 62 -
CMYK 0 0.27 0.13 0.72
HSL 328.42º 0.15% 0.24% -
HSV(B) 328.42º 0.27% 0.28% -
XYZ 4.7 4.14 5.11 -
YUV 58.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 71 52 62 0 0.27 0.13 0.72 328.42 0.15 0.24
Hex 47 34 3E 0 1B D 48 148 F 18
Octal 107 64 76 0 33 15 110 510 17 30
Binary 1000111 110100 111110 0 11011 1101 1001000 101001000 1111 11000

Color Harmonies of #47343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47343E

Black with #47343E

Text Example


Text Example

White with #47343E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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