Html Css Color HEX #47373D Barossa

📋 copy color: '#47373D'

red 71 ◦ green 55 ◦ blue 61

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

Shades of Barossa #47373D

Tints of Barossa #47373D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 32.62%

R = 37.97%
G = 29.41%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#47373D (or 0x47373D) is known color: Barossa. HEX triplet: 47, 37 and 3D. RGB value is (71,55,61). Sum of RGB (Red+Green+Blue) = 71+55+61=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 71 - color contains mainly: red. Hex color #47373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47373D is #B8C8C2. Grayscale: #3C3C3C. Windows color (decimal): -12110019 or 4011847. OLE color: 4011847.

HSL color Cylindrical-coordinate representation of color #47373D: hue angle of 337.5º 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 #47373D is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 55 61 -
CMYK 0 0.23 0.14 0.72
HSL 337.5º 0.13% 0.25% -
HSV(B) 337.5º 0.23% 0.28% -
XYZ 4.81 4.41 5.01 -
YUV 60.47 128.3 135.51 -
System Red Green Blue C M Y K H S L
Decimal 71 55 61 0 0.23 0.14 0.72 337.5 0.13 0.25
Hex 47 37 3D 0 17 E 48 152 D 19
Octal 107 67 75 0 27 16 110 522 15 31
Binary 1000111 110111 111101 0 10111 1110 1001000 101010010 1101 11001

Color Harmonies of #47373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47373D

Black with #47373D

Text Example


Text Example

White with #47373D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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