Html Css Color HEX #492A3C Barossa

📋 copy color: '#492A3C'

red 73 ◦ green 42 ◦ blue 60

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

Shades of Barossa #492A3C

Tints of Barossa #492A3C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 24%

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

R = 41.71%
G = 24%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.71

RGB Variations

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

Color information

#492A3C (or 0x492A3C) is known color: Barossa. HEX triplet: 49, 2A and 3C. RGB value is (73,42,60). Sum of RGB (Red+Green+Blue) = 73+42+60=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 42 (16.80% from 255 or 24% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 73 - color contains mainly: red. Hex color #492A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492A3C is #B6D5C3. Grayscale: #353535. Windows color (decimal): -11982276 or 3942985. OLE color: 3942985.

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

Color convert

RGB 73 42 60 -
CMYK 0 0.42 0.18 0.71
HSL 325.16º 0.27% 0.23% -
HSV(B) 325.16º 0.42% 0.29% -
XYZ 4.39 3.4 4.7 -
YUV 53.32 131.77 142.04 -
System Red Green Blue C M Y K H S L
Decimal 73 42 60 0 0.42 0.18 0.71 325.16 0.27 0.23
Hex 49 2A 3C 0 2A 12 47 145 1B 17
Octal 111 52 74 0 52 22 107 505 33 27
Binary 1001001 101010 111100 0 101010 10010 1000111 101000101 11011 10111

Color Harmonies of #492A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492A3C

Black with #492A3C

Text Example


Text Example

White with #492A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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