Html Css Color HEX #472938 Barossa

📋 copy color: '#472938'

red 71 ◦ green 41 ◦ blue 56

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

Shades of Barossa #472938

Tints of Barossa #472938

RGB

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

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

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

R = 42.26%
G = 24.4%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#472938 (or 0x472938) is known color: Barossa. HEX triplet: 47, 29 and 38. RGB value is (71,41,56). Sum of RGB (Red+Green+Blue) = 71+41+56=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 56 (22.27% from 255 or 33.33% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #472938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472938 is #B8D6C7. Grayscale: #333333. Windows color (decimal): -12113608 or 3680583. OLE color: 3680583.

HSL color Cylindrical-coordinate representation of color #472938: hue angle of 330º 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 #472938 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 41 56 -
CMYK 0 0.42 0.21 0.72
HSL 330º 0.27% 0.22% -
HSV(B) 330º 0.42% 0.28% -
XYZ 4.11 3.21 4.14 -
YUV 51.68 130.44 141.78 -
System Red Green Blue C M Y K H S L
Decimal 71 41 56 0 0.42 0.21 0.72 330 0.27 0.22
Hex 47 29 38 0 2A 15 48 14A 1B 16
Octal 107 51 70 0 52 25 110 512 33 26
Binary 1000111 101001 111000 0 101010 10101 1001000 101001010 11011 10110

Color Harmonies of #472938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472938

Black with #472938

Text Example


Text Example

White with #472938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472938; }

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

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

background-color css

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

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

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

border-color css

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

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

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