Html Css Color HEX #493941 Barossa

📋 copy color: '#493941'

red 73 ◦ green 57 ◦ blue 65

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

Shades of Barossa #493941

Tints of Barossa #493941

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.23%

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

R = 37.44%
G = 29.23%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#493941 (or 0x493941) is known color: Barossa. HEX triplet: 49, 39 and 41. RGB value is (73,57,65). Sum of RGB (Red+Green+Blue) = 73+57+65=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 73 - color contains mainly: red. Hex color #493941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493941 is #B6C6BE. Grayscale: #3E3E3E. Windows color (decimal): -11978431 or 4274505. OLE color: 4274505.

HSL color Cylindrical-coordinate representation of color #493941: hue angle of 330º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #493941 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 57 65 -
CMYK 0 0.22 0.11 0.71
HSL 330º 0.12% 0.25% -
HSV(B) 330º 0.22% 0.29% -
XYZ 5.16 4.72 5.64 -
YUV 62.7 129.3 135.35 -
System Red Green Blue C M Y K H S L
Decimal 73 57 65 0 0.22 0.11 0.71 330 0.12 0.25
Hex 49 39 41 0 16 B 47 14A C 19
Octal 111 71 101 0 26 13 107 512 14 31
Binary 1001001 111001 1000001 0 10110 1011 1000111 101001010 1100 11001

Color Harmonies of #493941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493941

Black with #493941

Text Example


Text Example

White with #493941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493941; }

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

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

background-color css

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

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

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

border-color css

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

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

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