Html Css Color HEX #47323E Barossa

📋 copy color: '#47323E'

red 71 ◦ green 50 ◦ blue 62

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

Shades of Barossa #47323E

Tints of Barossa #47323E

RGB

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

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

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

R = 38.8%
G = 27.32%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#47323E (or 0x47323E) is known color: Barossa. HEX triplet: 47, 32 and 3E. RGB value is (71,50,62). Sum of RGB (Red+Green+Blue) = 71+50+62=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 71 - color contains mainly: red. Hex color #47323E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47323E is #B8CDC1. Grayscale: #393939. Windows color (decimal): -12111298 or 4076103. OLE color: 4076103.

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

Color convert

RGB 71 50 62 -
CMYK 0 0.30 0.13 0.72
HSL 325.71º 0.17% 0.24% -
HSV(B) 325.71º 0.3% 0.28% -
XYZ 4.61 3.97 5.08 -
YUV 57.65 130.46 137.52 -
System Red Green Blue C M Y K H S L
Decimal 71 50 62 0 0.30 0.13 0.72 325.71 0.17 0.24
Hex 47 32 3E 0 1E D 48 146 11 18
Octal 107 62 76 0 36 15 110 506 21 30
Binary 1000111 110010 111110 0 11110 1101 1001000 101000110 10001 11000

Color Harmonies of #47323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47323E

Black with #47323E

Text Example


Text Example

White with #47323E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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