Html Css Color HEX #492C39 Barossa

📋 copy color: '#492C39'

red 73 ◦ green 44 ◦ blue 57

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

Shades of Barossa #492C39

Tints of Barossa #492C39

RGB

 RED value IS 73 (28.91% from 255) = 41.95%

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

 BLUE value IS 57 (22.66% from 255) = 32.76%

R = 41.95%
G = 25.29%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.71

RGB Variations

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

Color information

#492C39 (or 0x492C39) is known color: Barossa. HEX triplet: 49, 2C and 39. RGB value is (73,44,57). Sum of RGB (Red+Green+Blue) = 73+44+57=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #492C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C39 is #B6D3C6. Grayscale: #363636. Windows color (decimal): -11981767 or 3746889. OLE color: 3746889.

HSL color Cylindrical-coordinate representation of color #492C39: hue angle of 333.1º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #492C39 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 44 57 -
CMYK 0 0.40 0.22 0.71
HSL 333.1º 0.25% 0.23% -
HSV(B) 333.1º 0.4% 0.29% -
XYZ 4.39 3.51 4.32 -
YUV 54.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 73 44 57 0 0.40 0.22 0.71 333.1 0.25 0.23
Hex 49 2C 39 0 28 16 47 14D 19 17
Octal 111 54 71 0 50 26 107 515 31 27
Binary 1001001 101100 111001 0 101000 10110 1000111 101001101 11001 10111

Color Harmonies of #492C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C39

Black with #492C39

Text Example


Text Example

White with #492C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492C39; }

 p { color: rgb(73,44,57); }

 H1.HeaderClassName
 {
   color: #492C39;
 }
 .AnyTagClassName
 {
   color: #492C39;
 }
</style>

background-color css

<style>
 a { background-color: #492C39; }

 a { background-color: rgb(73,44,57); }

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

border-color css

<style>
 span { border-color: #492C39; }

 span { border-color: rgb(73,44,57); }

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