Html Css Color HEX #492C3C Barossa

📋 copy color: '#492C3C'

red 73 ◦ green 44 ◦ blue 60

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

Shades of Barossa #492C3C

Tints of Barossa #492C3C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.86%

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

R = 41.24%
G = 24.86%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.71

RGB Variations

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

Color information

#492C3C (or 0x492C3C) is known color: Barossa. HEX triplet: 49, 2C and 3C. RGB value is (73,44,60). Sum of RGB (Red+Green+Blue) = 73+44+60=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 44 (17.58% from 255 or 24.86% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 73 - color contains mainly: red. Hex color #492C3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C3C is #B6D3C3. Grayscale: #363636. Windows color (decimal): -11981764 or 3943497. OLE color: 3943497.

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

Color convert

RGB 73 44 60 -
CMYK 0 0.40 0.18 0.71
HSL 326.9º 0.25% 0.23% -
HSV(B) 326.9º 0.4% 0.29% -
XYZ 4.46 3.54 4.72 -
YUV 54.5 131.11 141.2 -
System Red Green Blue C M Y K H S L
Decimal 73 44 60 0 0.40 0.18 0.71 326.9 0.25 0.23
Hex 49 2C 3C 0 28 12 47 147 19 17
Octal 111 54 74 0 50 22 107 507 31 27
Binary 1001001 101100 111100 0 101000 10010 1000111 101000111 11001 10111

Color Harmonies of #492C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C3C

Black with #492C3C

Text Example


Text Example

White with #492C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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