Html Css Color HEX #492838 Barossa

📋 copy color: '#492838'

red 73 ◦ green 40 ◦ blue 56

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

Shades of Barossa #492838

Tints of Barossa #492838

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.67%

 BLUE value IS 56 (22.27% from 255) = 33.14%

R = 43.2%
G = 23.67%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#492838 (or 0x492838) is known color: Barossa. HEX triplet: 49, 28 and 38. RGB value is (73,40,56). Sum of RGB (Red+Green+Blue) = 73+40+56=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 56 (22.27% from 255 or 33.14% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #492838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492838 is #B6D7C7. Grayscale: #333333. Windows color (decimal): -11982792 or 3680329. OLE color: 3680329.

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

Color convert

RGB 73 40 56 -
CMYK 0 0.45 0.23 0.71
HSL 330.91º 0.29% 0.22% -
HSV(B) 330.91º 0.45% 0.29% -
XYZ 4.22 3.22 4.14 -
YUV 51.69 130.43 143.2 -
System Red Green Blue C M Y K H S L
Decimal 73 40 56 0 0.45 0.23 0.71 330.91 0.29 0.22
Hex 49 28 38 0 2D 17 47 14B 1D 16
Octal 111 50 70 0 55 27 107 513 35 26
Binary 1001001 101000 111000 0 101101 10111 1000111 101001011 11101 10110

Color Harmonies of #492838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492838

Black with #492838

Text Example


Text Example

White with #492838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492838; }

 p { color: rgb(73,40,56); }

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

background-color css

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

 a { background-color: rgb(73,40,56); }

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

border-color css

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

 span { border-color: rgb(73,40,56); }

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