Html Css Color HEX #47383D Barossa

📋 copy color: '#47383D'

red 71 ◦ green 56 ◦ blue 61

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

Shades of Barossa #47383D

Tints of Barossa #47383D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.79%

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

R = 37.77%
G = 29.79%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#47383D (or 0x47383D) is known color: Barossa. HEX triplet: 47, 38 and 3D. RGB value is (71,56,61). Sum of RGB (Red+Green+Blue) = 71+56+61=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 56 (22.27% from 255 or 29.79% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 71 - color contains mainly: red. Hex color #47383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47383D is #B8C7C2. Grayscale: #3D3D3D. Windows color (decimal): -12109763 or 4012103. OLE color: 4012103.

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

Color convert

RGB 71 56 61 -
CMYK 0 0.21 0.14 0.72
HSL 340º 0.12% 0.25% -
HSV(B) 340º 0.21% 0.28% -
XYZ 4.86 4.5 5.03 -
YUV 61.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 71 56 61 0 0.21 0.14 0.72 340 0.12 0.25
Hex 47 38 3D 0 15 E 48 154 C 19
Octal 107 70 75 0 25 16 110 524 14 31
Binary 1000111 111000 111101 0 10101 1110 1001000 101010100 1100 11001

Color Harmonies of #47383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47383D

Black with #47383D

Text Example


Text Example

White with #47383D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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