Html Css Color HEX #492E3C Barossa

📋 copy color: '#492E3C'

red 73 ◦ green 46 ◦ blue 60

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

Shades of Barossa #492E3C

Tints of Barossa #492E3C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25.7%

 BLUE value IS 60 (23.83% from 255) = 33.52%

R = 40.78%
G = 25.7%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.71

RGB Variations

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

Color information

#492E3C (or 0x492E3C) is known color: Barossa. HEX triplet: 49, 2E and 3C. RGB value is (73,46,60). Sum of RGB (Red+Green+Blue) = 73+46+60=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 46 (18.36% from 255 or 25.70% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 73 - color contains mainly: red. Hex color #492E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492E3C is #B6D1C3. Grayscale: #373737. Windows color (decimal): -11981252 or 3944009. OLE color: 3944009.

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

Color convert

RGB 73 46 60 -
CMYK 0 0.37 0.18 0.71
HSL 328.89º 0.23% 0.23% -
HSV(B) 328.89º 0.37% 0.29% -
XYZ 4.54 3.7 4.75 -
YUV 55.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 73 46 60 0 0.37 0.18 0.71 328.89 0.23 0.23
Hex 49 2E 3C 0 25 12 47 149 17 17
Octal 111 56 74 0 45 22 107 511 27 27
Binary 1001001 101110 111100 0 100101 10010 1000111 101001001 10111 10111

Color Harmonies of #492E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492E3C

Black with #492E3C

Text Example


Text Example

White with #492E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,46,60); }

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

background-color css

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

 a { background-color: rgb(73,46,60); }

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

border-color css

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

 span { border-color: rgb(73,46,60); }

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