Html Css Color HEX #472F3C Barossa

📋 copy color: '#472F3C'

red 71 ◦ green 47 ◦ blue 60

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

Shades of Barossa #472F3C

Tints of Barossa #472F3C

RGB

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

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

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

R = 39.89%
G = 26.4%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#472F3C (or 0x472F3C) is known color: Barossa. HEX triplet: 47, 2F and 3C. RGB value is (71,47,60). Sum of RGB (Red+Green+Blue) = 71+47+60=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 47 (18.75% from 255 or 26.40% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 71 - color contains mainly: red. Hex color #472F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F3C is #B8D0C3. Grayscale: #373737. Windows color (decimal): -12112068 or 3944263. OLE color: 3944263.

HSL color Cylindrical-coordinate representation of color #472F3C: hue angle of 327.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 #472F3C is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 47 60 -
CMYK 0 0.34 0.15 0.72
HSL 327.5º 0.2% 0.23% -
HSV(B) 327.5º 0.34% 0.28% -
XYZ 4.43 3.7 4.76 -
YUV 55.66 130.45 138.94 -
System Red Green Blue C M Y K H S L
Decimal 71 47 60 0 0.34 0.15 0.72 327.5 0.2 0.23
Hex 47 2F 3C 0 22 F 48 148 14 17
Octal 107 57 74 0 42 17 110 510 24 27
Binary 1000111 101111 111100 0 100010 1111 1001000 101001000 10100 10111

Color Harmonies of #472F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F3C

Black with #472F3C

Text Example


Text Example

White with #472F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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