Html Css Color HEX #492937 Barossa

📋 copy color: '#492937'

red 73 ◦ green 41 ◦ blue 55

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

Shades of Barossa #492937

Tints of Barossa #492937

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.26%

 BLUE value IS 55 (21.88% from 255) = 32.54%

R = 43.2%
G = 24.26%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.71

RGB Variations

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

Color information

#492937 (or 0x492937) is known color: Barossa. HEX triplet: 49, 29 and 37. RGB value is (73,41,55). Sum of RGB (Red+Green+Blue) = 73+41+55=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #492937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492937 is #B6D6C8. Grayscale: #343434. Windows color (decimal): -11982537 or 3615049. OLE color: 3615049.

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

Color convert

RGB 73 41 55 -
CMYK 0 0.44 0.25 0.71
HSL 333.75º 0.28% 0.22% -
HSV(B) 333.75º 0.44% 0.29% -
XYZ 4.23 3.28 4.02 -
YUV 52.16 129.6 142.86 -
System Red Green Blue C M Y K H S L
Decimal 73 41 55 0 0.44 0.25 0.71 333.75 0.28 0.22
Hex 49 29 37 0 2C 19 47 14E 1C 16
Octal 111 51 67 0 54 31 107 516 34 26
Binary 1001001 101001 110111 0 101100 11001 1000111 101001110 11100 10110

Color Harmonies of #492937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492937

Black with #492937

Text Example


Text Example

White with #492937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492937; }

 p { color: rgb(73,41,55); }

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

background-color css

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

 a { background-color: rgb(73,41,55); }

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

border-color css

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

 span { border-color: rgb(73,41,55); }

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