Html Css Color HEX #493A40 Barossa

📋 copy color: '#493A40'

red 73 ◦ green 58 ◦ blue 64

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

Shades of Barossa #493A40

Tints of Barossa #493A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 32.82%

R = 37.44%
G = 29.74%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#493A40 (or 0x493A40) is known color: Barossa. HEX triplet: 49, 3A and 40. RGB value is (73,58,64). Sum of RGB (Red+Green+Blue) = 73+58+64=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 73 - color contains mainly: red. Hex color #493A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A40 is #B6C5BF. Grayscale: #3F3F3F. Windows color (decimal): -11978176 or 4209225. OLE color: 4209225.

HSL color Cylindrical-coordinate representation of color #493A40: hue angle of 336º 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 #493A40 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 58 64 -
CMYK 0 0.21 0.12 0.71
HSL 336º 0.11% 0.26% -
HSV(B) 336º 0.21% 0.29% -
XYZ 5.19 4.81 5.51 -
YUV 63.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 73 58 64 0 0.21 0.12 0.71 336 0.11 0.26
Hex 49 3A 40 0 15 C 47 150 B 1A
Octal 111 72 100 0 25 14 107 520 13 32
Binary 1001001 111010 1000000 0 10101 1100 1000111 101010000 1011 11010

Color Harmonies of #493A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A40

Black with #493A40

Text Example


Text Example

White with #493A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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