Html Css Color HEX #472D3C Barossa

📋 copy color: '#472D3C'

red 71 ◦ green 45 ◦ blue 60

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

Shades of Barossa #472D3C

Tints of Barossa #472D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 34.09%

R = 40.34%
G = 25.57%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#472D3C (or 0x472D3C) is known color: Barossa. HEX triplet: 47, 2D and 3C. RGB value is (71,45,60). Sum of RGB (Red+Green+Blue) = 71+45+60=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 71 - color contains mainly: red. Hex color #472D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D3C is #B8D2C3. Grayscale: #363636. Windows color (decimal): -12112580 or 3943751. OLE color: 3943751.

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

Color convert

RGB 71 45 60 -
CMYK 0 0.37 0.15 0.72
HSL 325.38º 0.22% 0.23% -
HSV(B) 325.38º 0.37% 0.28% -
XYZ 4.35 3.54 4.73 -
YUV 54.48 131.11 139.78 -
System Red Green Blue C M Y K H S L
Decimal 71 45 60 0 0.37 0.15 0.72 325.38 0.22 0.23
Hex 47 2D 3C 0 25 F 48 145 16 17
Octal 107 55 74 0 45 17 110 505 26 27
Binary 1000111 101101 111100 0 100101 1111 1001000 101000101 10110 10111

Color Harmonies of #472D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D3C

Black with #472D3C

Text Example


Text Example

White with #472D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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