Html Css Color HEX #492338 Barossa

📋 copy color: '#492338'

red 73 ◦ green 35 ◦ blue 56

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

Shades of Barossa #492338

Tints of Barossa #492338

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.34%

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

R = 44.51%
G = 21.34%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#492338 (or 0x492338) is known color: Barossa. HEX triplet: 49, 23 and 38. RGB value is (73,35,56). Sum of RGB (Red+Green+Blue) = 73+35+56=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 56 (22.27% from 255 or 34.15% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #492338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492338 is #B6DCC7. Grayscale: #303030. Windows color (decimal): -11984072 or 3679049. OLE color: 3679049.

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

Color convert

RGB 73 35 56 -
CMYK 0 0.52 0.23 0.71
HSL 326.84º 0.35% 0.21% -
HSV(B) 326.84º 0.52% 0.29% -
XYZ 4.06 2.9 4.09 -
YUV 48.76 132.09 145.29 -
System Red Green Blue C M Y K H S L
Decimal 73 35 56 0 0.52 0.23 0.71 326.84 0.35 0.21
Hex 49 23 38 0 34 17 47 147 23 15
Octal 111 43 70 0 64 27 107 507 43 25
Binary 1001001 100011 111000 0 110100 10111 1000111 101000111 100011 10101

Color Harmonies of #492338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492338

Black with #492338

Text Example


Text Example

White with #492338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492338; }

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

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

background-color css

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

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

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

border-color css

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

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

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