Html Css Color HEX #47373C Barossa

📋 copy color: '#47373C'

red 71 ◦ green 55 ◦ blue 60

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

Shades of Barossa #47373C

Tints of Barossa #47373C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.57%

 BLUE value IS 60 (23.83% from 255) = 32.26%

R = 38.17%
G = 29.57%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#47373C (or 0x47373C) is known color: Barossa. HEX triplet: 47, 37 and 3C. RGB value is (71,55,60). Sum of RGB (Red+Green+Blue) = 71+55+60=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 71 - color contains mainly: red. Hex color #47373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47373C is #B8C8C3. Grayscale: #3C3C3C. Windows color (decimal): -12110020 or 3946311. OLE color: 3946311.

HSL color Cylindrical-coordinate representation of color #47373C: hue angle of 341.25º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #47373C is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 55 60 -
CMYK 0 0.23 0.15 0.72
HSL 341.25º 0.13% 0.25% -
HSV(B) 341.25º 0.23% 0.28% -
XYZ 4.78 4.4 4.87 -
YUV 60.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 71 55 60 0 0.23 0.15 0.72 341.25 0.13 0.25
Hex 47 37 3C 0 17 F 48 155 D 19
Octal 107 67 74 0 27 17 110 525 15 31
Binary 1000111 110111 111100 0 10111 1111 1001000 101010101 1101 11001

Color Harmonies of #47373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47373C

Black with #47373C

Text Example


Text Example

White with #47373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47373C; }

 p { color: rgb(71,55,60); }

 H1.HeaderClassName
 {
   color: #47373C;
 }
 .AnyTagClassName
 {
   color: #47373C;
 }
</style>

background-color css

<style>
 a { background-color: #47373C; }

 a { background-color: rgb(71,55,60); }

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

border-color css

<style>
 span { border-color: #47373C; }

 span { border-color: rgb(71,55,60); }

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