Html Css Color HEX #493A3F Barossa

📋 copy color: '#493A3F'

red 73 ◦ green 58 ◦ blue 63

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

Shades of Barossa #493A3F

Tints of Barossa #493A3F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.9%

 BLUE value IS 63 (25% from 255) = 32.47%

R = 37.63%
G = 29.9%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#493A3F (or 0x493A3F) is known color: Barossa. HEX triplet: 49, 3A and 3F. RGB value is (73,58,63). Sum of RGB (Red+Green+Blue) = 73+58+63=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 73 - color contains mainly: red. Hex color #493A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A3F is #B6C5C0. Grayscale: #3F3F3F. Windows color (decimal): -11978177 or 4143689. OLE color: 4143689.

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

Color convert

RGB 73 58 63 -
CMYK 0 0.21 0.14 0.71
HSL 340º 0.11% 0.26% -
HSV(B) 340º 0.21% 0.29% -
XYZ 5.16 4.8 5.36 -
YUV 63.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 73 58 63 0 0.21 0.14 0.71 340 0.11 0.26
Hex 49 3A 3F 0 15 E 47 154 B 1A
Octal 111 72 77 0 25 16 107 524 13 32
Binary 1001001 111010 111111 0 10101 1110 1000111 101010100 1011 11010

Color Harmonies of #493A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A3F

Black with #493A3F

Text Example


Text Example

White with #493A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,58,63); }

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

background-color css

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

 a { background-color: rgb(73,58,63); }

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

border-color css

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

 span { border-color: rgb(73,58,63); }

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