Html Css Color HEX #472E39 Barossa

📋 copy color: '#472E39'

red 71 ◦ green 46 ◦ blue 57

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

Shades of Barossa #472E39

Tints of Barossa #472E39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 32.76%

R = 40.8%
G = 26.44%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.72

RGB Variations

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

Color information

#472E39 (or 0x472E39) is known color: Barossa. HEX triplet: 47, 2E and 39. RGB value is (71,46,57). Sum of RGB (Red+Green+Blue) = 71+46+57=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 71 - color contains mainly: red. Hex color #472E39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E39 is #B8D1C6. Grayscale: #363636. Windows color (decimal): -12112327 or 3747399. OLE color: 3747399.

HSL color Cylindrical-coordinate representation of color #472E39: hue angle of 333.6º 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 #472E39 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 46 57 -
CMYK 0 0.35 0.20 0.72
HSL 333.6º 0.21% 0.23% -
HSV(B) 333.6º 0.35% 0.28% -
XYZ 4.31 3.59 4.34 -
YUV 54.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 71 46 57 0 0.35 0.20 0.72 333.6 0.21 0.23
Hex 47 2E 39 0 23 14 48 14E 15 17
Octal 107 56 71 0 43 24 110 516 25 27
Binary 1000111 101110 111001 0 100011 10100 1001000 101001110 10101 10111

Color Harmonies of #472E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E39

Black with #472E39

Text Example


Text Example

White with #472E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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