Html Css Color HEX #493E42 Barossa

📋 copy color: '#493E42'

red 73 ◦ green 62 ◦ blue 66

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

Shades of Barossa #493E42

Tints of Barossa #493E42

RGB

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

 GREEN value IS 62 (24.61% from 255) = 30.85%

 BLUE value IS 66 (26.17% from 255) = 32.84%

R = 36.32%
G = 30.85%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#493E42 (or 0x493E42) is known color: Barossa. HEX triplet: 49, 3E and 42. RGB value is (73,62,66). Sum of RGB (Red+Green+Blue) = 73+62+66=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 62 (24.61% from 255 or 30.85% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 73 - color contains mainly: red. Hex color #493E42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E42 is #B6C1BD. Grayscale: #414141. Windows color (decimal): -11977150 or 4341321. OLE color: 4341321.

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

Color convert

RGB 73 62 66 -
CMYK 0 0.15 0.10 0.71
HSL 338.18º 0.08% 0.26% -
HSV(B) 338.18º 0.15% 0.29% -
XYZ 5.45 5.26 5.88 -
YUV 65.75 128.14 133.17 -
System Red Green Blue C M Y K H S L
Decimal 73 62 66 0 0.15 0.10 0.71 338.18 0.08 0.26
Hex 49 3E 42 0 F A 47 152 8 1A
Octal 111 76 102 0 17 12 107 522 10 32
Binary 1001001 111110 1000010 0 1111 1010 1000111 101010010 1000 11010

Color Harmonies of #493E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493E42

Black with #493E42

Text Example


Text Example

White with #493E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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