Html Css Color HEX #472537 Barossa

📋 copy color: '#472537'

red 71 ◦ green 37 ◦ blue 55

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

Shades of Barossa #472537

Tints of Barossa #472537

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.7%

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

R = 43.56%
G = 22.7%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.72

RGB Variations

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

Color information

#472537 (or 0x472537) is known color: Barossa. HEX triplet: 47, 25 and 37. RGB value is (71,37,55). Sum of RGB (Red+Green+Blue) = 71+37+55=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 55 (21.88% from 255 or 33.74% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #472537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472537 is #B8DAC8. Grayscale: #313131. Windows color (decimal): -12114633 or 3614023. OLE color: 3614023.

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

Color convert

RGB 71 37 55 -
CMYK 0 0.48 0.23 0.72
HSL 328.24º 0.31% 0.21% -
HSV(B) 328.24º 0.48% 0.28% -
XYZ 3.95 2.94 3.97 -
YUV 49.22 131.26 143.54 -
System Red Green Blue C M Y K H S L
Decimal 71 37 55 0 0.48 0.23 0.72 328.24 0.31 0.21
Hex 47 25 37 0 30 17 48 148 1F 15
Octal 107 45 67 0 60 27 110 510 37 25
Binary 1000111 100101 110111 0 110000 10111 1001000 101001000 11111 10101

Color Harmonies of #472537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472537

Black with #472537

Text Example


Text Example

White with #472537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472537; }

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

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

background-color css

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

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

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

border-color css

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

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

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