Html Css Color HEX #492B3E Barossa

📋 copy color: '#492B3E'

red 73 ◦ green 43 ◦ blue 62

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

Shades of Barossa #492B3E

Tints of Barossa #492B3E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.16%

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

R = 41.01%
G = 24.16%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#492B3E (or 0x492B3E) is known color: Barossa. HEX triplet: 49, 2B and 3E. RGB value is (73,43,62). Sum of RGB (Red+Green+Blue) = 73+43+62=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 73 - color contains mainly: red. Hex color #492B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492B3E is #B6D4C1. Grayscale: #363636. Windows color (decimal): -11982018 or 4074313. OLE color: 4074313.

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

Color convert

RGB 73 43 62 -
CMYK 0 0.41 0.15 0.71
HSL 322º 0.26% 0.23% -
HSV(B) 322º 0.41% 0.29% -
XYZ 4.48 3.49 5 -
YUV 54.14 132.44 141.46 -
System Red Green Blue C M Y K H S L
Decimal 73 43 62 0 0.41 0.15 0.71 322 0.26 0.23
Hex 49 2B 3E 0 29 F 47 142 1A 17
Octal 111 53 76 0 51 17 107 502 32 27
Binary 1001001 101011 111110 0 101001 1111 1000111 101000010 11010 10111

Color Harmonies of #492B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492B3E

Black with #492B3E

Text Example


Text Example

White with #492B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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