Html Css Color HEX #47383F Barossa

📋 copy color: '#47383F'

red 71 ◦ green 56 ◦ blue 63

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

Shades of Barossa #47383F

Tints of Barossa #47383F

RGB

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

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

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

R = 37.37%
G = 29.47%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#47383F (or 0x47383F) is known color: Barossa. HEX triplet: 47, 38 and 3F. RGB value is (71,56,63). Sum of RGB (Red+Green+Blue) = 71+56+63=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 71 - color contains mainly: red. Hex color #47383F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47383F is #B8C7C0. Grayscale: #3D3D3D. Windows color (decimal): -12109761 or 4143175. OLE color: 4143175.

HSL color Cylindrical-coordinate representation of color #47383F: hue angle of 332º 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 #47383F is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 56 63 -
CMYK 0 0.21 0.11 0.72
HSL 332º 0.12% 0.25% -
HSV(B) 332º 0.21% 0.28% -
XYZ 4.91 4.53 5.32 -
YUV 61.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 71 56 63 0 0.21 0.11 0.72 332 0.12 0.25
Hex 47 38 3F 0 15 B 48 14C C 19
Octal 107 70 77 0 25 13 110 514 14 31
Binary 1000111 111000 111111 0 10101 1011 1001000 101001100 1100 11001

Color Harmonies of #47383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47383F

Black with #47383F

Text Example


Text Example

White with #47383F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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