Html Css Color HEX #472D3B Barossa

📋 copy color: '#472D3B'

red 71 ◦ green 45 ◦ blue 59

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

Shades of Barossa #472D3B

Tints of Barossa #472D3B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 25.71%

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

R = 40.57%
G = 25.71%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#472D3B (or 0x472D3B) is known color: Barossa. HEX triplet: 47, 2D and 3B. RGB value is (71,45,59). Sum of RGB (Red+Green+Blue) = 71+45+59=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 45 (17.97% from 255 or 25.71% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 71 - color contains mainly: red. Hex color #472D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D3B is #B8D2C4. Grayscale: #363636. Windows color (decimal): -12112581 or 3878215. OLE color: 3878215.

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

Color convert

RGB 71 45 59 -
CMYK 0 0.37 0.17 0.72
HSL 327.69º 0.22% 0.23% -
HSV(B) 327.69º 0.37% 0.28% -
XYZ 4.33 3.53 4.59 -
YUV 54.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 71 45 59 0 0.37 0.17 0.72 327.69 0.22 0.23
Hex 47 2D 3B 0 25 11 48 148 16 17
Octal 107 55 73 0 45 21 110 510 26 27
Binary 1000111 101101 111011 0 100101 10001 1001000 101001000 10110 10111

Color Harmonies of #472D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D3B

Black with #472D3B

Text Example


Text Example

White with #472D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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