Html Css Color HEX #472E3C Barossa

📋 copy color: '#472E3C'

red 71 ◦ green 46 ◦ blue 60

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

Shades of Barossa #472E3C

Tints of Barossa #472E3C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25.99%

 BLUE value IS 60 (23.83% from 255) = 33.9%

R = 40.11%
G = 25.99%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#472E3C (or 0x472E3C) is known color: Barossa. HEX triplet: 47, 2E and 3C. RGB value is (71,46,60). Sum of RGB (Red+Green+Blue) = 71+46+60=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 71 - color contains mainly: red. Hex color #472E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E3C is #B8D1C3. Grayscale: #373737. Windows color (decimal): -12112324 or 3944007. OLE color: 3944007.

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

Color convert

RGB 71 46 60 -
CMYK 0 0.35 0.15 0.72
HSL 326.4º 0.21% 0.23% -
HSV(B) 326.4º 0.35% 0.28% -
XYZ 4.39 3.62 4.74 -
YUV 55.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 71 46 60 0 0.35 0.15 0.72 326.4 0.21 0.23
Hex 47 2E 3C 0 23 F 48 146 15 17
Octal 107 56 74 0 43 17 110 506 25 27
Binary 1000111 101110 111100 0 100011 1111 1001000 101000110 10101 10111

Color Harmonies of #472E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E3C

Black with #472E3C

Text Example


Text Example

White with #472E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,46,60); }

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

background-color css

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

 a { background-color: rgb(71,46,60); }

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

border-color css

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

 span { border-color: rgb(71,46,60); }

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