Html Css Color HEX #493334 Cab Sav

📋 copy color: '#493334'

red 73 ◦ green 51 ◦ blue 52

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

Shades of Cab Sav #493334

Tints of Cab Sav #493334

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.98%

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

R = 41.48%
G = 28.98%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#493334 (or 0x493334) is known color: Cab Sav. HEX triplet: 49, 33 and 34. RGB value is (73,51,52). Sum of RGB (Red+Green+Blue) = 73+51+52=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 73 - color contains mainly: red. Hex color #493334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493334 is #B6CCCB. Grayscale: #393939. Windows color (decimal): -11979980 or 3421001. OLE color: 3421001.

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

Color convert

RGB 73 51 52 -
CMYK 0 0.30 0.29 0.71
HSL 357.27º 0.18% 0.24% -
HSV(B) 357.27º 0.3% 0.29% -
XYZ 4.55 4.03 3.79 -
YUV 57.69 124.79 138.92 -
System Red Green Blue C M Y K H S L
Decimal 73 51 52 0 0.30 0.29 0.71 357.27 0.18 0.24
Hex 49 33 34 0 1E 1D 47 165 12 18
Octal 111 63 64 0 36 35 107 545 22 30
Binary 1001001 110011 110100 0 11110 11101 1000111 101100101 10010 11000

Color Harmonies of #493334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493334

Black with #493334

Text Example


Text Example

White with #493334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493334; }

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

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

background-color css

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

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

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

border-color css

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

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

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