Html Css Color HEX #472C37 Barossa

📋 copy color: '#472C37'

red 71 ◦ green 44 ◦ blue 55

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

Shades of Barossa #472C37

Tints of Barossa #472C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 32.35%

R = 41.76%
G = 25.88%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.72

RGB Variations

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

Color information

#472C37 (or 0x472C37) is known color: Barossa. HEX triplet: 47, 2C and 37. RGB value is (71,44,55). Sum of RGB (Red+Green+Blue) = 71+44+55=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #472C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C37 is #B8D3C8. Grayscale: #353535. Windows color (decimal): -12112841 or 3615815. OLE color: 3615815.

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

Color convert

RGB 71 44 55 -
CMYK 0 0.38 0.23 0.72
HSL 335.56º 0.23% 0.23% -
HSV(B) 335.56º 0.38% 0.28% -
XYZ 4.19 3.42 4.05 -
YUV 53.33 128.95 140.61 -
System Red Green Blue C M Y K H S L
Decimal 71 44 55 0 0.38 0.23 0.72 335.56 0.23 0.23
Hex 47 2C 37 0 26 17 48 150 17 17
Octal 107 54 67 0 46 27 110 520 27 27
Binary 1000111 101100 110111 0 100110 10111 1001000 101010000 10111 10111

Color Harmonies of #472C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C37

Black with #472C37

Text Example


Text Example

White with #472C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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