Html Css Color HEX #492C3D Barossa

📋 copy color: '#492C3D'

red 73 ◦ green 44 ◦ blue 61

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

Shades of Barossa #492C3D

Tints of Barossa #492C3D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.72%

 BLUE value IS 61 (24.22% from 255) = 34.27%

R = 41.01%
G = 24.72%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#492C3D (or 0x492C3D) is known color: Barossa. HEX triplet: 49, 2C and 3D. RGB value is (73,44,61). Sum of RGB (Red+Green+Blue) = 73+44+61=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 44 (17.58% from 255 or 24.72% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 73 - color contains mainly: red. Hex color #492C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C3D is #B6D3C2. Grayscale: #363636. Windows color (decimal): -11981763 or 4009033. OLE color: 4009033.

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

Color convert

RGB 73 44 61 -
CMYK 0 0.40 0.16 0.71
HSL 324.83º 0.25% 0.23% -
HSV(B) 324.83º 0.4% 0.29% -
XYZ 4.49 3.55 4.86 -
YUV 54.61 131.61 141.12 -
System Red Green Blue C M Y K H S L
Decimal 73 44 61 0 0.40 0.16 0.71 324.83 0.25 0.23
Hex 49 2C 3D 0 28 10 47 145 19 17
Octal 111 54 75 0 50 20 107 505 31 27
Binary 1001001 101100 111101 0 101000 10000 1000111 101000101 11001 10111

Color Harmonies of #492C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C3D

Black with #492C3D

Text Example


Text Example

White with #492C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,44,61); }

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

background-color css

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

 a { background-color: rgb(73,44,61); }

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

border-color css

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

 span { border-color: rgb(73,44,61); }

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