Html Css Color HEX #473138 Barossa

📋 copy color: '#473138'

red 71 ◦ green 49 ◦ blue 56

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

Shades of Barossa #473138

Tints of Barossa #473138

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.84%

 BLUE value IS 56 (22.27% from 255) = 31.82%

R = 40.34%
G = 27.84%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#473138 (or 0x473138) is known color: Barossa. HEX triplet: 47, 31 and 38. RGB value is (71,49,56). Sum of RGB (Red+Green+Blue) = 71+49+56=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 56 (22.27% from 255 or 31.82% from 176); Max value from RGB is 71 - color contains mainly: red. Hex color #473138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473138 is #B8CEC7. Grayscale: #383838. Windows color (decimal): -12111560 or 3682631. OLE color: 3682631.

HSL color Cylindrical-coordinate representation of color #473138: hue angle of 340.91º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #473138 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 49 56 -
CMYK 0 0.31 0.21 0.72
HSL 340.91º 0.18% 0.24% -
HSV(B) 340.91º 0.31% 0.28% -
XYZ 4.41 3.82 4.25 -
YUV 56.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 71 49 56 0 0.31 0.21 0.72 340.91 0.18 0.24
Hex 47 31 38 0 1F 15 48 155 12 18
Octal 107 61 70 0 37 25 110 525 22 30
Binary 1000111 110001 111000 0 11111 10101 1001000 101010101 10010 11000

Color Harmonies of #473138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473138

Black with #473138

Text Example


Text Example

White with #473138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473138; }

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

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

background-color css

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

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

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

border-color css

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

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

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