Html Css Color HEX #472D3D Barossa

📋 copy color: '#472D3D'

red 71 ◦ green 45 ◦ blue 61

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

Shades of Barossa #472D3D

Tints of Barossa #472D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 34.46%

R = 40.11%
G = 25.42%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#472D3D (or 0x472D3D) is known color: Barossa. HEX triplet: 47, 2D and 3D. RGB value is (71,45,61). Sum of RGB (Red+Green+Blue) = 71+45+61=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 45 (17.97% from 255 or 25.42% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 71 - color contains mainly: red. Hex color #472D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D3D is #B8D2C2. Grayscale: #363636. Windows color (decimal): -12112579 or 4009287. OLE color: 4009287.

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

Color convert

RGB 71 45 61 -
CMYK 0 0.37 0.14 0.72
HSL 323.08º 0.22% 0.23% -
HSV(B) 323.08º 0.37% 0.28% -
XYZ 4.38 3.55 4.87 -
YUV 54.6 131.61 139.7 -
System Red Green Blue C M Y K H S L
Decimal 71 45 61 0 0.37 0.14 0.72 323.08 0.22 0.23
Hex 47 2D 3D 0 25 E 48 143 16 17
Octal 107 55 75 0 45 16 110 503 26 27
Binary 1000111 101101 111101 0 100101 1110 1001000 101000011 10110 10111

Color Harmonies of #472D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D3D

Black with #472D3D

Text Example


Text Example

White with #472D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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