Html Css Color HEX #472638 Barossa

📋 copy color: '#472638'

red 71 ◦ green 38 ◦ blue 56

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

Shades of Barossa #472638

Tints of Barossa #472638

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.03%

 BLUE value IS 56 (22.27% from 255) = 33.94%

R = 43.03%
G = 23.03%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#472638 (or 0x472638) is known color: Barossa. HEX triplet: 47, 26 and 38. RGB value is (71,38,56). Sum of RGB (Red+Green+Blue) = 71+38+56=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #472638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472638 is #B8D9C7. Grayscale: #313131. Windows color (decimal): -12114376 or 3679815. OLE color: 3679815.

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

Color convert

RGB 71 38 56 -
CMYK 0 0.46 0.21 0.72
HSL 327.27º 0.3% 0.21% -
HSV(B) 327.27º 0.46% 0.28% -
XYZ 4.01 3.01 4.11 -
YUV 49.92 131.43 143.04 -
System Red Green Blue C M Y K H S L
Decimal 71 38 56 0 0.46 0.21 0.72 327.27 0.3 0.21
Hex 47 26 38 0 2E 15 48 147 1E 15
Octal 107 46 70 0 56 25 110 507 36 25
Binary 1000111 100110 111000 0 101110 10101 1001000 101000111 11110 10101

Color Harmonies of #472638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472638

Black with #472638

Text Example


Text Example

White with #472638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472638; }

 p { color: rgb(71,38,56); }

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

background-color css

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

 a { background-color: rgb(71,38,56); }

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

border-color css

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

 span { border-color: rgb(71,38,56); }

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