Html Css Color HEX #492C3E Barossa

📋 copy color: '#492C3E'

red 73 ◦ green 44 ◦ blue 62

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

Shades of Barossa #492C3E

Tints of Barossa #492C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 34.64%

R = 40.78%
G = 24.58%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#492C3E (or 0x492C3E) is known color: Barossa. HEX triplet: 49, 2C and 3E. RGB value is (73,44,62). Sum of RGB (Red+Green+Blue) = 73+44+62=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 73 - color contains mainly: red. Hex color #492C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C3E is #B6D3C1. Grayscale: #363636. Windows color (decimal): -11981762 or 4074569. OLE color: 4074569.

HSL color Cylindrical-coordinate representation of color #492C3E: hue angle of 322.76º 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 #492C3E is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 44 62 -
CMYK 0 0.40 0.15 0.71
HSL 322.76º 0.25% 0.23% -
HSV(B) 322.76º 0.4% 0.29% -
XYZ 4.52 3.57 5.01 -
YUV 54.72 132.11 141.04 -
System Red Green Blue C M Y K H S L
Decimal 73 44 62 0 0.40 0.15 0.71 322.76 0.25 0.23
Hex 49 2C 3E 0 28 F 47 143 19 17
Octal 111 54 76 0 50 17 107 503 31 27
Binary 1001001 101100 111110 0 101000 1111 1000111 101000011 11001 10111

Color Harmonies of #492C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C3E

Black with #492C3E

Text Example


Text Example

White with #492C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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