Html Css Color HEX #472E3B Barossa

📋 copy color: '#472E3B'

red 71 ◦ green 46 ◦ blue 59

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

Shades of Barossa #472E3B

Tints of Barossa #472E3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 33.52%

R = 40.34%
G = 26.14%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#472E3B (or 0x472E3B) is known color: Barossa. HEX triplet: 47, 2E and 3B. RGB value is (71,46,59). Sum of RGB (Red+Green+Blue) = 71+46+59=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 71 - color contains mainly: red. Hex color #472E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E3B is #B8D1C4. Grayscale: #363636. Windows color (decimal): -12112325 or 3878471. OLE color: 3878471.

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

Color convert

RGB 71 46 59 -
CMYK 0 0.35 0.17 0.72
HSL 328.8º 0.21% 0.23% -
HSV(B) 328.8º 0.35% 0.28% -
XYZ 4.36 3.61 4.6 -
YUV 54.96 130.28 139.44 -
System Red Green Blue C M Y K H S L
Decimal 71 46 59 0 0.35 0.17 0.72 328.8 0.21 0.23
Hex 47 2E 3B 0 23 11 48 149 15 17
Octal 107 56 73 0 43 21 110 511 25 27
Binary 1000111 101110 111011 0 100011 10001 1001000 101001001 10101 10111

Color Harmonies of #472E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E3B

Black with #472E3B

Text Example


Text Example

White with #472E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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