Html Css Color HEX #493034 Cab Sav

📋 copy color: '#493034'

red 73 ◦ green 48 ◦ blue 52

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

Shades of Cab Sav #493034

Tints of Cab Sav #493034

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.75%

 BLUE value IS 52 (20.7% from 255) = 30.06%

R = 42.2%
G = 27.75%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#493034 (or 0x493034) is known color: Cab Sav. HEX triplet: 49, 30 and 34. RGB value is (73,48,52). Sum of RGB (Red+Green+Blue) = 73+48+52=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #493034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493034 is #B6CFCB. Grayscale: #373737. Windows color (decimal): -11980748 or 3420233. OLE color: 3420233.

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

Color convert

RGB 73 48 52 -
CMYK 0 0.34 0.29 0.71
HSL 350.4º 0.21% 0.24% -
HSV(B) 350.4º 0.34% 0.29% -
XYZ 4.42 3.78 3.74 -
YUV 55.93 125.78 140.17 -
System Red Green Blue C M Y K H S L
Decimal 73 48 52 0 0.34 0.29 0.71 350.4 0.21 0.24
Hex 49 30 34 0 22 1D 47 15E 15 18
Octal 111 60 64 0 42 35 107 536 25 30
Binary 1001001 110000 110100 0 100010 11101 1000111 101011110 10101 11000

Color Harmonies of #493034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493034

Black with #493034

Text Example


Text Example

White with #493034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493034; }

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

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

background-color css

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

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

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

border-color css

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

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

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