Html Css Color HEX #492537 Barossa

📋 copy color: '#492537'

red 73 ◦ green 37 ◦ blue 55

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

Shades of Barossa #492537

Tints of Barossa #492537

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.42%

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

R = 44.24%
G = 22.42%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.71

RGB Variations

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

Color information

#492537 (or 0x492537) is known color: Barossa. HEX triplet: 49, 25 and 37. RGB value is (73,37,55). Sum of RGB (Red+Green+Blue) = 73+37+55=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 55 (21.88% from 255 or 33.33% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #492537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492537 is #B6DAC8. Grayscale: #313131. Windows color (decimal): -11983561 or 3614025. OLE color: 3614025.

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

Color convert

RGB 73 37 55 -
CMYK 0 0.49 0.25 0.71
HSL 330º 0.33% 0.22% -
HSV(B) 330º 0.49% 0.29% -
XYZ 4.1 3.02 3.98 -
YUV 49.82 130.93 144.54 -
System Red Green Blue C M Y K H S L
Decimal 73 37 55 0 0.49 0.25 0.71 330 0.33 0.22
Hex 49 25 37 0 31 19 47 14A 21 16
Octal 111 45 67 0 61 31 107 512 41 26
Binary 1001001 100101 110111 0 110001 11001 1000111 101001010 100001 10110

Color Harmonies of #492537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492537

Black with #492537

Text Example


Text Example

White with #492537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492537; }

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

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

background-color css

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

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

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

border-color css

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

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

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