Html Css Color HEX #492239 Barossa

📋 copy color: '#492239'

red 73 ◦ green 34 ◦ blue 57

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

Shades of Barossa #492239

Tints of Barossa #492239

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.73%

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

R = 44.51%
G = 20.73%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.71

RGB Variations

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

Color information

#492239 (or 0x492239) is known color: Barossa. HEX triplet: 49, 22 and 39. RGB value is (73,34,57). Sum of RGB (Red+Green+Blue) = 73+34+57=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 57 (22.66% from 255 or 34.76% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #492239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492239 is #B6DDC6. Grayscale: #303030. Windows color (decimal): -11984327 or 3744329. OLE color: 3744329.

HSL color Cylindrical-coordinate representation of color #492239: hue angle of 324.62º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #492239 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 34 57 -
CMYK 0 0.53 0.22 0.71
HSL 324.62º 0.36% 0.21% -
HSV(B) 324.62º 0.53% 0.29% -
XYZ 4.06 2.86 4.21 -
YUV 48.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 73 34 57 0 0.53 0.22 0.71 324.62 0.36 0.21
Hex 49 22 39 0 35 16 47 145 24 15
Octal 111 42 71 0 65 26 107 505 44 25
Binary 1001001 100010 111001 0 110101 10110 1000111 101000101 100100 10101

Color Harmonies of #492239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492239

Black with #492239

Text Example


Text Example

White with #492239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492239; }

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

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

background-color css

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

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

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

border-color css

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

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

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