Html Css Color HEX #473038 Barossa

📋 copy color: '#473038'

red 71 ◦ green 48 ◦ blue 56

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

Shades of Barossa #473038

Tints of Barossa #473038

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.43%

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

R = 40.57%
G = 27.43%
B = 32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#473038 (or 0x473038) is known color: Barossa. HEX triplet: 47, 30 and 38. RGB value is (71,48,56). Sum of RGB (Red+Green+Blue) = 71+48+56=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 71 - color contains mainly: red. Hex color #473038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473038 is #B8CFC7. Grayscale: #373737. Windows color (decimal): -12111816 or 3682375. OLE color: 3682375.

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

Color convert

RGB 71 48 56 -
CMYK 0 0.32 0.21 0.72
HSL 339.13º 0.19% 0.23% -
HSV(B) 339.13º 0.32% 0.28% -
XYZ 4.37 3.74 4.23 -
YUV 55.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 71 48 56 0 0.32 0.21 0.72 339.13 0.19 0.23
Hex 47 30 38 0 20 15 48 153 13 17
Octal 107 60 70 0 40 25 110 523 23 27
Binary 1000111 110000 111000 0 100000 10101 1001000 101010011 10011 10111

Color Harmonies of #473038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473038

Black with #473038

Text Example


Text Example

White with #473038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473038; }

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

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

background-color css

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

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

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

border-color css

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

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

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