Html Css Color HEX #47383E Barossa

📋 copy color: '#47383E'

red 71 ◦ green 56 ◦ blue 62

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

Shades of Barossa #47383E

Tints of Barossa #47383E

RGB

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

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

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

R = 37.57%
G = 29.63%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#47383E (or 0x47383E) is known color: Barossa. HEX triplet: 47, 38 and 3E. RGB value is (71,56,62). Sum of RGB (Red+Green+Blue) = 71+56+62=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 71 - color contains mainly: red. Hex color #47383E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47383E is #B8C7C1. Grayscale: #3D3D3D. Windows color (decimal): -12109762 or 4077639. OLE color: 4077639.

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

Color convert

RGB 71 56 62 -
CMYK 0 0.21 0.13 0.72
HSL 336º 0.12% 0.25% -
HSV(B) 336º 0.21% 0.28% -
XYZ 4.88 4.52 5.17 -
YUV 61.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 71 56 62 0 0.21 0.13 0.72 336 0.12 0.25
Hex 47 38 3E 0 15 D 48 150 C 19
Octal 107 70 76 0 25 15 110 520 14 31
Binary 1000111 111000 111110 0 10101 1101 1001000 101010000 1100 11001

Color Harmonies of #47383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47383E

Black with #47383E

Text Example


Text Example

White with #47383E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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