Html Css Color HEX #493B42 Barossa

📋 copy color: '#493B42'

red 73 ◦ green 59 ◦ blue 66

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

Shades of Barossa #493B42

Tints of Barossa #493B42

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.8%

 BLUE value IS 66 (26.17% from 255) = 33.33%

R = 36.87%
G = 29.8%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#493B42 (or 0x493B42) is known color: Barossa. HEX triplet: 49, 3B and 42. RGB value is (73,59,66). Sum of RGB (Red+Green+Blue) = 73+59+66=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 59 (23.44% from 255 or 29.80% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 73 - color contains mainly: red. Hex color #493B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493B42 is #B6C4BD. Grayscale: #3F3F3F. Windows color (decimal): -11977918 or 4340553. OLE color: 4340553.

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

Color convert

RGB 73 59 66 -
CMYK 0 0.19 0.10 0.71
HSL 330º 0.11% 0.26% -
HSV(B) 330º 0.19% 0.29% -
XYZ 5.29 4.94 5.83 -
YUV 63.98 129.14 134.43 -
System Red Green Blue C M Y K H S L
Decimal 73 59 66 0 0.19 0.10 0.71 330 0.11 0.26
Hex 49 3B 42 0 13 A 47 14A B 1A
Octal 111 73 102 0 23 12 107 512 13 32
Binary 1001001 111011 1000010 0 10011 1010 1000111 101001010 1011 11010

Color Harmonies of #493B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493B42

Black with #493B42

Text Example


Text Example

White with #493B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493B42; }

 p { color: rgb(73,59,66); }

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

background-color css

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

 a { background-color: rgb(73,59,66); }

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

border-color css

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

 span { border-color: rgb(73,59,66); }

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