Html Css Color HEX #492536 Barossa

📋 copy color: '#492536'

red 73 ◦ green 37 ◦ blue 54

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

Shades of Barossa #492536

Tints of Barossa #492536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 32.93%

R = 44.51%
G = 22.56%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.71

RGB Variations

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

Color information

#492536 (or 0x492536) is known color: Barossa. HEX triplet: 49, 25 and 36. RGB value is (73,37,54). Sum of RGB (Red+Green+Blue) = 73+37+54=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 54 (21.48% from 255 or 32.93% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #492536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492536 is #B6DAC9. Grayscale: #313131. Windows color (decimal): -11983562 or 3548489. OLE color: 3548489.

HSL color Cylindrical-coordinate representation of color #492536: hue angle of 331.67º 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 #492536 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 37 54 -
CMYK 0 0.49 0.26 0.71
HSL 331.67º 0.33% 0.22% -
HSV(B) 331.67º 0.49% 0.29% -
XYZ 4.08 3.01 3.86 -
YUV 49.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 73 37 54 0 0.49 0.26 0.71 331.67 0.33 0.22
Hex 49 25 36 0 31 1A 47 14C 21 16
Octal 111 45 66 0 61 32 107 514 41 26
Binary 1001001 100101 110110 0 110001 11010 1000111 101001100 100001 10110

Color Harmonies of #492536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492536

Black with #492536

Text Example


Text Example

White with #492536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492536; }

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

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

background-color css

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

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

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

border-color css

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

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

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