Html Css Color HEX #493240 Barossa

📋 copy color: '#493240'

red 73 ◦ green 50 ◦ blue 64

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

Shades of Barossa #493240

Tints of Barossa #493240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.74%

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

R = 39.04%
G = 26.74%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#493240 (or 0x493240) is known color: Barossa. HEX triplet: 49, 32 and 40. RGB value is (73,50,64). Sum of RGB (Red+Green+Blue) = 73+50+64=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 73 - color contains mainly: red. Hex color #493240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493240 is #B6CDBF. Grayscale: #3A3A3A. Windows color (decimal): -11980224 or 4207177. OLE color: 4207177.

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

Color convert

RGB 73 50 64 -
CMYK 0 0.32 0.12 0.71
HSL 323.48º 0.19% 0.24% -
HSV(B) 323.48º 0.32% 0.29% -
XYZ 4.81 4.07 5.38 -
YUV 58.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 73 50 64 0 0.32 0.12 0.71 323.48 0.19 0.24
Hex 49 32 40 0 20 C 47 143 13 18
Octal 111 62 100 0 40 14 107 503 23 30
Binary 1001001 110010 1000000 0 100000 1100 1000111 101000011 10011 11000

Color Harmonies of #493240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493240

Black with #493240

Text Example


Text Example

White with #493240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493240; }

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

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

background-color css

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

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

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

border-color css

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

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

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