Html Css Color HEX #472C38 Barossa

📋 copy color: '#472C38'

red 71 ◦ green 44 ◦ blue 56

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

Shades of Barossa #472C38

Tints of Barossa #472C38

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.73%

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

R = 41.52%
G = 25.73%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#472C38 (or 0x472C38) is known color: Barossa. HEX triplet: 47, 2C and 38. RGB value is (71,44,56). Sum of RGB (Red+Green+Blue) = 71+44+56=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #472C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C38 is #B8D3C7. Grayscale: #353535. Windows color (decimal): -12112840 or 3681351. OLE color: 3681351.

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

Color convert

RGB 71 44 56 -
CMYK 0 0.38 0.21 0.72
HSL 333.33º 0.23% 0.23% -
HSV(B) 333.33º 0.38% 0.28% -
XYZ 4.21 3.43 4.18 -
YUV 53.44 129.45 140.52 -
System Red Green Blue C M Y K H S L
Decimal 71 44 56 0 0.38 0.21 0.72 333.33 0.23 0.23
Hex 47 2C 38 0 26 15 48 14D 17 17
Octal 107 54 70 0 46 25 110 515 27 27
Binary 1000111 101100 111000 0 100110 10101 1001000 101001101 10111 10111

Color Harmonies of #472C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C38

Black with #472C38

Text Example


Text Example

White with #472C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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