Html Css Color HEX #493840 Barossa

📋 copy color: '#493840'

red 73 ◦ green 56 ◦ blue 64

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

Shades of Barossa #493840

Tints of Barossa #493840

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.02%

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

R = 37.82%
G = 29.02%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#493840 (or 0x493840) is known color: Barossa. HEX triplet: 49, 38 and 40. RGB value is (73,56,64). Sum of RGB (Red+Green+Blue) = 73+56+64=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 73 - color contains mainly: red. Hex color #493840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493840 is #B6C7BF. Grayscale: #3D3D3D. Windows color (decimal): -11978688 or 4208713. OLE color: 4208713.

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

Color convert

RGB 73 56 64 -
CMYK 0 0.23 0.12 0.71
HSL 331.76º 0.13% 0.25% -
HSV(B) 331.76º 0.23% 0.29% -
XYZ 5.09 4.61 5.47 -
YUV 62 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 73 56 64 0 0.23 0.12 0.71 331.76 0.13 0.25
Hex 49 38 40 0 17 C 47 14C D 19
Octal 111 70 100 0 27 14 107 514 15 31
Binary 1001001 111000 1000000 0 10111 1100 1000111 101001100 1101 11001

Color Harmonies of #493840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493840

Black with #493840

Text Example


Text Example

White with #493840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493840; }

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

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

background-color css

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

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

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

border-color css

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

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

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