Html Css Color HEX #472E38 Barossa

📋 copy color: '#472E38'

red 71 ◦ green 46 ◦ blue 56

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

Shades of Barossa #472E38

Tints of Barossa #472E38

RGB

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

 GREEN value IS 46 (18.36% from 255) = 26.59%

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

R = 41.04%
G = 26.59%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#472E38 (or 0x472E38) is known color: Barossa. HEX triplet: 47, 2E and 38. RGB value is (71,46,56). Sum of RGB (Red+Green+Blue) = 71+46+56=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 56 (22.27% from 255 or 32.37% from 173); Max value from RGB is 71 - color contains mainly: red. Hex color #472E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E38 is #B8D1C7. Grayscale: #363636. Windows color (decimal): -12112328 or 3681863. OLE color: 3681863.

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

Color convert

RGB 71 46 56 -
CMYK 0 0.35 0.21 0.72
HSL 336º 0.21% 0.23% -
HSV(B) 336º 0.35% 0.28% -
XYZ 4.29 3.58 4.21 -
YUV 54.62 128.78 139.69 -
System Red Green Blue C M Y K H S L
Decimal 71 46 56 0 0.35 0.21 0.72 336 0.21 0.23
Hex 47 2E 38 0 23 15 48 150 15 17
Octal 107 56 70 0 43 25 110 520 25 27
Binary 1000111 101110 111000 0 100011 10101 1001000 101010000 10101 10111

Color Harmonies of #472E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E38

Black with #472E38

Text Example


Text Example

White with #472E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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