Html Css Color HEX #472F38 Barossa

📋 copy color: '#472F38'

red 71 ◦ green 47 ◦ blue 56

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

Shades of Barossa #472F38

Tints of Barossa #472F38

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.01%

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

R = 40.8%
G = 27.01%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#472F38 (or 0x472F38) is known color: Barossa. HEX triplet: 47, 2F and 38. RGB value is (71,47,56). Sum of RGB (Red+Green+Blue) = 71+47+56=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 56 (22.27% from 255 or 32.18% from 174); Max value from RGB is 71 - color contains mainly: red. Hex color #472F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F38 is #B8D0C7. Grayscale: #373737. Windows color (decimal): -12112072 or 3682119. OLE color: 3682119.

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

Color convert

RGB 71 47 56 -
CMYK 0 0.34 0.21 0.72
HSL 337.5º 0.2% 0.23% -
HSV(B) 337.5º 0.34% 0.28% -
XYZ 4.33 3.66 4.22 -
YUV 55.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 71 47 56 0 0.34 0.21 0.72 337.5 0.2 0.23
Hex 47 2F 38 0 22 15 48 152 14 17
Octal 107 57 70 0 42 25 110 522 24 27
Binary 1000111 101111 111000 0 100010 10101 1001000 101010010 10100 10111

Color Harmonies of #472F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F38

Black with #472F38

Text Example


Text Example

White with #472F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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