Html Css Color HEX #472C3C Barossa

📋 copy color: '#472C3C'

red 71 ◦ green 44 ◦ blue 60

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

Shades of Barossa #472C3C

Tints of Barossa #472C3C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.14%

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

R = 40.57%
G = 25.14%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#472C3C (or 0x472C3C) is known color: Barossa. HEX triplet: 47, 2C and 3C. RGB value is (71,44,60). Sum of RGB (Red+Green+Blue) = 71+44+60=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 71 - color contains mainly: red. Hex color #472C3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C3C is #B8D3C3. Grayscale: #353535. Windows color (decimal): -12112836 or 3943495. OLE color: 3943495.

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

Color convert

RGB 71 44 60 -
CMYK 0 0.38 0.15 0.72
HSL 324.44º 0.23% 0.23% -
HSV(B) 324.44º 0.38% 0.28% -
XYZ 4.31 3.47 4.72 -
YUV 53.9 131.45 140.2 -
System Red Green Blue C M Y K H S L
Decimal 71 44 60 0 0.38 0.15 0.72 324.44 0.23 0.23
Hex 47 2C 3C 0 26 F 48 144 17 17
Octal 107 54 74 0 46 17 110 504 27 27
Binary 1000111 101100 111100 0 100110 1111 1001000 101000100 10111 10111

Color Harmonies of #472C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C3C

Black with #472C3C

Text Example


Text Example

White with #472C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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