Html Css Color HEX #47363F Barossa

📋 copy color: '#47363F'

red 71 ◦ green 54 ◦ blue 63

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

Shades of Barossa #47363F

Tints of Barossa #47363F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.72%

 BLUE value IS 63 (25% from 255) = 33.51%

R = 37.77%
G = 28.72%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#47363F (or 0x47363F) is known color: Barossa. HEX triplet: 47, 36 and 3F. RGB value is (71,54,63). Sum of RGB (Red+Green+Blue) = 71+54+63=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 71 - color contains mainly: red. Hex color #47363F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47363F is #B8C9C0. Grayscale: #3C3C3C. Windows color (decimal): -12110273 or 4142663. OLE color: 4142663.

HSL color Cylindrical-coordinate representation of color #47363F: hue angle of 328.24º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #47363F is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 54 63 -
CMYK 0 0.24 0.11 0.72
HSL 328.24º 0.14% 0.25% -
HSV(B) 328.24º 0.24% 0.28% -
XYZ 4.81 4.34 5.29 -
YUV 60.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 71 54 63 0 0.24 0.11 0.72 328.24 0.14 0.25
Hex 47 36 3F 0 18 B 48 148 E 19
Octal 107 66 77 0 30 13 110 510 16 31
Binary 1000111 110110 111111 0 11000 1011 1001000 101001000 1110 11001

Color Harmonies of #47363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47363F

Black with #47363F

Text Example


Text Example

White with #47363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47363F; }

 p { color: rgb(71,54,63); }

 H1.HeaderClassName
 {
   color: #47363F;
 }
 .AnyTagClassName
 {
   color: #47363F;
 }
</style>

background-color css

<style>
 a { background-color: #47363F; }

 a { background-color: rgb(71,54,63); }

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

border-color css

<style>
 span { border-color: #47363F; }

 span { border-color: rgb(71,54,63); }

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