Html Css Color HEX #492E38 Barossa

📋 copy color: '#492E38'

red 73 ◦ green 46 ◦ blue 56

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

Shades of Barossa #492E38

Tints of Barossa #492E38

RGB

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

 GREEN value IS 46 (18.36% from 255) = 26.29%

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

R = 41.71%
G = 26.29%
B = 32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#492E38 (or 0x492E38) is known color: Barossa. HEX triplet: 49, 2E and 38. RGB value is (73,46,56). Sum of RGB (Red+Green+Blue) = 73+46+56=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 73 - color contains mainly: red. Hex color #492E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492E38 is #B6D1C7. Grayscale: #373737. Windows color (decimal): -11981256 or 3681865. OLE color: 3681865.

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

Color convert

RGB 73 46 56 -
CMYK 0 0.37 0.23 0.71
HSL 337.78º 0.23% 0.23% -
HSV(B) 337.78º 0.37% 0.29% -
XYZ 4.44 3.66 4.21 -
YUV 55.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 73 46 56 0 0.37 0.23 0.71 337.78 0.23 0.23
Hex 49 2E 38 0 25 17 47 152 17 17
Octal 111 56 70 0 45 27 107 522 27 27
Binary 1001001 101110 111000 0 100101 10111 1000111 101010010 10111 10111

Color Harmonies of #492E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492E38

Black with #492E38

Text Example


Text Example

White with #492E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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