Html Css Color HEX #47363E Barossa

📋 copy color: '#47363E'

red 71 ◦ green 54 ◦ blue 62

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

Shades of Barossa #47363E

Tints of Barossa #47363E

RGB

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

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

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

R = 37.97%
G = 28.88%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#47363E (or 0x47363E) is known color: Barossa. HEX triplet: 47, 36 and 3E. RGB value is (71,54,62). Sum of RGB (Red+Green+Blue) = 71+54+62=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 71 - color contains mainly: red. Hex color #47363E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47363E is #B8C9C1. Grayscale: #3B3B3B. Windows color (decimal): -12110274 or 4077127. OLE color: 4077127.

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

Color convert

RGB 71 54 62 -
CMYK 0 0.24 0.13 0.72
HSL 331.76º 0.14% 0.25% -
HSV(B) 331.76º 0.24% 0.28% -
XYZ 4.79 4.33 5.14 -
YUV 60 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 71 54 62 0 0.24 0.13 0.72 331.76 0.14 0.25
Hex 47 36 3E 0 18 D 48 14C E 19
Octal 107 66 76 0 30 15 110 514 16 31
Binary 1000111 110110 111110 0 11000 1101 1001000 101001100 1110 11001

Color Harmonies of #47363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47363E

Black with #47363E

Text Example


Text Example

White with #47363E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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