Html Css Color HEX #472F37 Barossa

📋 copy color: '#472F37'

red 71 ◦ green 47 ◦ blue 55

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

Shades of Barossa #472F37

Tints of Barossa #472F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 31.79%

R = 41.04%
G = 27.17%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.72

RGB Variations

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

Color information

#472F37 (or 0x472F37) is known color: Barossa. HEX triplet: 47, 2F and 37. RGB value is (71,47,55). Sum of RGB (Red+Green+Blue) = 71+47+55=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 55 (21.88% from 255 or 31.79% from 173); Max value from RGB is 71 - color contains mainly: red. Hex color #472F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F37 is #B8D0C8. Grayscale: #373737. Windows color (decimal): -12112073 or 3616583. OLE color: 3616583.

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

Color convert

RGB 71 47 55 -
CMYK 0 0.34 0.23 0.72
HSL 340º 0.2% 0.23% -
HSV(B) 340º 0.34% 0.28% -
XYZ 4.3 3.65 4.09 -
YUV 55.09 127.95 139.35 -
System Red Green Blue C M Y K H S L
Decimal 71 47 55 0 0.34 0.23 0.72 340 0.2 0.23
Hex 47 2F 37 0 22 17 48 154 14 17
Octal 107 57 67 0 42 27 110 524 24 27
Binary 1000111 101111 110111 0 100010 10111 1001000 101010100 10100 10111

Color Harmonies of #472F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F37

Black with #472F37

Text Example


Text Example

White with #472F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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