Html Css Color HEX #493440 Barossa

📋 copy color: '#493440'

red 73 ◦ green 52 ◦ blue 64

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

Shades of Barossa #493440

Tints of Barossa #493440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.51%

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

R = 38.62%
G = 27.51%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#493440 (or 0x493440) is known color: Barossa. HEX triplet: 49, 34 and 40. RGB value is (73,52,64). Sum of RGB (Red+Green+Blue) = 73+52+64=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 73 - color contains mainly: red. Hex color #493440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493440 is #B6CBBF. Grayscale: #3B3B3B. Windows color (decimal): -11979712 or 4207689. OLE color: 4207689.

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

Color convert

RGB 73 52 64 -
CMYK 0 0.29 0.12 0.71
HSL 325.71º 0.17% 0.25% -
HSV(B) 325.71º 0.29% 0.29% -
XYZ 4.9 4.24 5.41 -
YUV 59.65 130.46 137.52 -
System Red Green Blue C M Y K H S L
Decimal 73 52 64 0 0.29 0.12 0.71 325.71 0.17 0.25
Hex 49 34 40 0 1D C 47 146 11 19
Octal 111 64 100 0 35 14 107 506 21 31
Binary 1001001 110100 1000000 0 11101 1100 1000111 101000110 10001 11001

Color Harmonies of #493440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493440

Black with #493440

Text Example


Text Example

White with #493440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493440; }

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

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

background-color css

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

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

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

border-color css

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

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

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