Html Css Color HEX #493540 Barossa

📋 copy color: '#493540'

red 73 ◦ green 53 ◦ blue 64

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

Shades of Barossa #493540

Tints of Barossa #493540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.89%

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

R = 38.42%
G = 27.89%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#493540 (or 0x493540) is known color: Barossa. HEX triplet: 49, 35 and 40. RGB value is (73,53,64). Sum of RGB (Red+Green+Blue) = 73+53+64=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 73 - color contains mainly: red. Hex color #493540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493540 is #B6CABF. Grayscale: #3C3C3C. Windows color (decimal): -11979456 or 4207945. OLE color: 4207945.

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

Color convert

RGB 73 53 64 -
CMYK 0 0.27 0.12 0.71
HSL 327º 0.16% 0.25% -
HSV(B) 327º 0.27% 0.29% -
XYZ 4.95 4.33 5.43 -
YUV 60.23 130.13 137.11 -
System Red Green Blue C M Y K H S L
Decimal 73 53 64 0 0.27 0.12 0.71 327 0.16 0.25
Hex 49 35 40 0 1B C 47 147 10 19
Octal 111 65 100 0 33 14 107 507 20 31
Binary 1001001 110101 1000000 0 11011 1100 1000111 101000111 10000 11001

Color Harmonies of #493540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493540

Black with #493540

Text Example


Text Example

White with #493540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493540; }

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

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

background-color css

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

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

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

border-color css

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

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

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