Html Css Color HEX #492437 Barossa

📋 copy color: '#492437'

red 73 ◦ green 36 ◦ blue 55

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

Shades of Barossa #492437

Tints of Barossa #492437

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.95%

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

R = 44.51%
G = 21.95%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.71

RGB Variations

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

Color information

#492437 (or 0x492437) is known color: Barossa. HEX triplet: 49, 24 and 37. RGB value is (73,36,55). Sum of RGB (Red+Green+Blue) = 73+36+55=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 55 (21.88% from 255 or 33.54% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #492437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492437 is #B6DBC8. Grayscale: #313131. Windows color (decimal): -11983817 or 3613769. OLE color: 3613769.

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

Color convert

RGB 73 36 55 -
CMYK 0 0.51 0.25 0.71
HSL 329.19º 0.34% 0.21% -
HSV(B) 329.19º 0.51% 0.29% -
XYZ 4.07 2.95 3.97 -
YUV 49.23 131.26 144.96 -
System Red Green Blue C M Y K H S L
Decimal 73 36 55 0 0.51 0.25 0.71 329.19 0.34 0.21
Hex 49 24 37 0 33 19 47 149 22 15
Octal 111 44 67 0 63 31 107 511 42 25
Binary 1001001 100100 110111 0 110011 11001 1000111 101001001 100010 10101

Color Harmonies of #492437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492437

Black with #492437

Text Example


Text Example

White with #492437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492437; }

 p { color: rgb(73,36,55); }

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

background-color css

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

 a { background-color: rgb(73,36,55); }

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

border-color css

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

 span { border-color: rgb(73,36,55); }

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