Html Css Color HEX #493A41 Barossa

📋 copy color: '#493A41'

red 73 ◦ green 58 ◦ blue 65

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

Shades of Barossa #493A41

Tints of Barossa #493A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 33.16%

R = 37.24%
G = 29.59%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#493A41 (or 0x493A41) is known color: Barossa. HEX triplet: 49, 3A and 41. RGB value is (73,58,65). Sum of RGB (Red+Green+Blue) = 73+58+65=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 73 - color contains mainly: red. Hex color #493A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A41 is #B6C5BE. Grayscale: #3F3F3F. Windows color (decimal): -11978175 or 4274761. OLE color: 4274761.

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

Color convert

RGB 73 58 65 -
CMYK 0 0.21 0.11 0.71
HSL 332º 0.11% 0.26% -
HSV(B) 332º 0.21% 0.29% -
XYZ 5.21 4.82 5.66 -
YUV 63.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 73 58 65 0 0.21 0.11 0.71 332 0.11 0.26
Hex 49 3A 41 0 15 B 47 14C B 1A
Octal 111 72 101 0 25 13 107 514 13 32
Binary 1001001 111010 1000001 0 10101 1011 1000111 101001100 1011 11010

Color Harmonies of #493A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A41

Black with #493A41

Text Example


Text Example

White with #493A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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