Html Css Color HEX #492B3C Barossa

📋 copy color: '#492B3C'

red 73 ◦ green 43 ◦ blue 60

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

Shades of Barossa #492B3C

Tints of Barossa #492B3C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.43%

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

R = 41.48%
G = 24.43%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.71

RGB Variations

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

Color information

#492B3C (or 0x492B3C) is known color: Barossa. HEX triplet: 49, 2B and 3C. RGB value is (73,43,60). Sum of RGB (Red+Green+Blue) = 73+43+60=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 43 (17.19% from 255 or 24.43% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 73 - color contains mainly: red. Hex color #492B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492B3C is #B6D4C3. Grayscale: #353535. Windows color (decimal): -11982020 or 3943241. OLE color: 3943241.

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

Color convert

RGB 73 43 60 -
CMYK 0 0.41 0.18 0.71
HSL 326º 0.26% 0.23% -
HSV(B) 326º 0.41% 0.29% -
XYZ 4.43 3.47 4.71 -
YUV 53.91 131.44 141.62 -
System Red Green Blue C M Y K H S L
Decimal 73 43 60 0 0.41 0.18 0.71 326 0.26 0.23
Hex 49 2B 3C 0 29 12 47 146 1A 17
Octal 111 53 74 0 51 22 107 506 32 27
Binary 1001001 101011 111100 0 101001 10010 1000111 101000110 11010 10111

Color Harmonies of #492B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492B3C

Black with #492B3C

Text Example


Text Example

White with #492B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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