Html Css Color HEX #492238 Barossa

📋 copy color: '#492238'

red 73 ◦ green 34 ◦ blue 56

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

Shades of Barossa #492238

Tints of Barossa #492238

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.86%

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

R = 44.79%
G = 20.86%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#492238 (or 0x492238) is known color: Barossa. HEX triplet: 49, 22 and 38. RGB value is (73,34,56). Sum of RGB (Red+Green+Blue) = 73+34+56=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 56 (22.27% from 255 or 34.36% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #492238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492238 is #B6DDC7. Grayscale: #303030. Windows color (decimal): -11984328 or 3678793. OLE color: 3678793.

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

Color convert

RGB 73 34 56 -
CMYK 0 0.53 0.23 0.71
HSL 326.15º 0.36% 0.21% -
HSV(B) 326.15º 0.53% 0.29% -
XYZ 4.03 2.85 4.08 -
YUV 48.17 132.42 145.71 -
System Red Green Blue C M Y K H S L
Decimal 73 34 56 0 0.53 0.23 0.71 326.15 0.36 0.21
Hex 49 22 38 0 35 17 47 146 24 15
Octal 111 42 70 0 65 27 107 506 44 25
Binary 1001001 100010 111000 0 110101 10111 1000111 101000110 100100 10101

Color Harmonies of #492238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492238

Black with #492238

Text Example


Text Example

White with #492238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492238; }

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

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

background-color css

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

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

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

border-color css

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

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

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