Html Css Color HEX #492E3E Barossa

📋 copy color: '#492E3E'

red 73 ◦ green 46 ◦ blue 62

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

Shades of Barossa #492E3E

Tints of Barossa #492E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 34.25%

R = 40.33%
G = 25.41%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#492E3E (or 0x492E3E) is known color: Barossa. HEX triplet: 49, 2E and 3E. RGB value is (73,46,62). Sum of RGB (Red+Green+Blue) = 73+46+62=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 46 (18.36% from 255 or 25.41% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 73 - color contains mainly: red. Hex color #492E3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492E3E is #B6D1C1. Grayscale: #373737. Windows color (decimal): -11981250 or 4075081. OLE color: 4075081.

HSL color Cylindrical-coordinate representation of color #492E3E: hue angle of 324.44º 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 #492E3E is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 46 62 -
CMYK 0 0.37 0.15 0.71
HSL 324.44º 0.23% 0.23% -
HSV(B) 324.44º 0.37% 0.29% -
XYZ 4.59 3.72 5.03 -
YUV 55.9 131.45 140.2 -
System Red Green Blue C M Y K H S L
Decimal 73 46 62 0 0.37 0.15 0.71 324.44 0.23 0.23
Hex 49 2E 3E 0 25 F 47 144 17 17
Octal 111 56 76 0 45 17 107 504 27 27
Binary 1001001 101110 111110 0 100101 1111 1000111 101000100 10111 10111

Color Harmonies of #492E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492E3E

Black with #492E3E

Text Example


Text Example

White with #492E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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