Html Css Color HEX #492D3A Barossa

📋 copy color: '#492D3A'

red 73 ◦ green 45 ◦ blue 58

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

Shades of Barossa #492D3A

Tints of Barossa #492D3A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 25.57%

 BLUE value IS 58 (23.05% from 255) = 32.95%

R = 41.48%
G = 25.57%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#492D3A (or 0x492D3A) is known color: Barossa. HEX triplet: 49, 2D and 3A. RGB value is (73,45,58). Sum of RGB (Red+Green+Blue) = 73+45+58=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 73 - color contains mainly: red. Hex color #492D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492D3A is #B6D2C5. Grayscale: #363636. Windows color (decimal): -11981510 or 3812681. OLE color: 3812681.

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

Color convert

RGB 73 45 58 -
CMYK 0 0.38 0.21 0.71
HSL 332.14º 0.24% 0.23% -
HSV(B) 332.14º 0.38% 0.29% -
XYZ 4.45 3.6 4.46 -
YUV 54.85 129.78 140.94 -
System Red Green Blue C M Y K H S L
Decimal 73 45 58 0 0.38 0.21 0.71 332.14 0.24 0.23
Hex 49 2D 3A 0 26 15 47 14C 18 17
Octal 111 55 72 0 46 25 107 514 30 27
Binary 1001001 101101 111010 0 100110 10101 1000111 101001100 11000 10111

Color Harmonies of #492D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492D3A

Black with #492D3A

Text Example


Text Example

White with #492D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,45,58); }

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

background-color css

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

 a { background-color: rgb(73,45,58); }

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

border-color css

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

 span { border-color: rgb(73,45,58); }

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