Html Css Color HEX #472436 Barossa

📋 copy color: '#472436'

red 71 ◦ green 36 ◦ blue 54

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

Shades of Barossa #472436

Tints of Barossa #472436

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.36%

 BLUE value IS 54 (21.48% from 255) = 33.54%

R = 44.1%
G = 22.36%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#472436 (or 0x472436) is known color: Barossa. HEX triplet: 47, 24 and 36. RGB value is (71,36,54). Sum of RGB (Red+Green+Blue) = 71+36+54=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #472436 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472436 is #B8DBC9. Grayscale: #303030. Windows color (decimal): -12114890 or 3548231. OLE color: 3548231.

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

Color convert

RGB 71 36 54 -
CMYK 0 0.49 0.24 0.72
HSL 329.14º 0.33% 0.21% -
HSV(B) 329.14º 0.49% 0.28% -
XYZ 3.9 2.87 3.84 -
YUV 48.52 131.1 144.04 -
System Red Green Blue C M Y K H S L
Decimal 71 36 54 0 0.49 0.24 0.72 329.14 0.33 0.21
Hex 47 24 36 0 31 18 48 149 21 15
Octal 107 44 66 0 61 30 110 511 41 25
Binary 1000111 100100 110110 0 110001 11000 1001000 101001001 100001 10101

Color Harmonies of #472436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472436

Black with #472436

Text Example


Text Example

White with #472436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472436; }

 p { color: rgb(71,36,54); }

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

background-color css

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

 a { background-color: rgb(71,36,54); }

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

border-color css

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

 span { border-color: rgb(71,36,54); }

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