Html Css Color HEX #472B37 Barossa

📋 copy color: '#472B37'

red 71 ◦ green 43 ◦ blue 55

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

Shades of Barossa #472B37

Tints of Barossa #472B37

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.44%

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

R = 42.01%
G = 25.44%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.72

RGB Variations

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

Color information

#472B37 (or 0x472B37) is known color: Barossa. HEX triplet: 47, 2B and 37. RGB value is (71,43,55). Sum of RGB (Red+Green+Blue) = 71+43+55=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #472B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472B37 is #B8D4C8. Grayscale: #343434. Windows color (decimal): -12113097 or 3615559. OLE color: 3615559.

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

Color convert

RGB 71 43 55 -
CMYK 0 0.39 0.23 0.72
HSL 334.29º 0.25% 0.22% -
HSV(B) 334.29º 0.39% 0.28% -
XYZ 4.15 3.34 4.04 -
YUV 52.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 71 43 55 0 0.39 0.23 0.72 334.29 0.25 0.22
Hex 47 2B 37 0 27 17 48 14E 19 16
Octal 107 53 67 0 47 27 110 516 31 26
Binary 1000111 101011 110111 0 100111 10111 1001000 101001110 11001 10110

Color Harmonies of #472B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472B37

Black with #472B37

Text Example


Text Example

White with #472B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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