Html Css Color HEX #472937 Barossa

📋 copy color: '#472937'

red 71 ◦ green 41 ◦ blue 55

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

Shades of Barossa #472937

Tints of Barossa #472937

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.55%

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

R = 42.51%
G = 24.55%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.72

RGB Variations

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

Color information

#472937 (or 0x472937) is known color: Barossa. HEX triplet: 47, 29 and 37. RGB value is (71,41,55). Sum of RGB (Red+Green+Blue) = 71+41+55=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 71 - color contains mainly: red. Hex color #472937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472937 is #B8D6C8. Grayscale: #333333. Windows color (decimal): -12113609 or 3615047. OLE color: 3615047.

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

Color convert

RGB 71 41 55 -
CMYK 0 0.42 0.23 0.72
HSL 332º 0.27% 0.22% -
HSV(B) 332º 0.42% 0.28% -
XYZ 4.08 3.2 4.02 -
YUV 51.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 71 41 55 0 0.42 0.23 0.72 332 0.27 0.22
Hex 47 29 37 0 2A 17 48 14C 1B 16
Octal 107 51 67 0 52 27 110 514 33 26
Binary 1000111 101001 110111 0 101010 10111 1001000 101001100 11011 10110

Color Harmonies of #472937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472937

Black with #472937

Text Example


Text Example

White with #472937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472937; }

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

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

background-color css

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

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

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

border-color css

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

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

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