Html Css Color HEX #493335 Cab Sav

📋 copy color: '#493335'

red 73 ◦ green 51 ◦ blue 53

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

Shades of Cab Sav #493335

Tints of Cab Sav #493335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 29.94%

R = 41.24%
G = 28.81%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#493335 (or 0x493335) is known color: Cab Sav. HEX triplet: 49, 33 and 35. RGB value is (73,51,53). Sum of RGB (Red+Green+Blue) = 73+51+53=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 53 (21.09% from 255 or 29.94% from 177); Max value from RGB is 73 - color contains mainly: red. Hex color #493335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493335 is #B6CCCA. Grayscale: #393939. Windows color (decimal): -11979979 or 3486537. OLE color: 3486537.

HSL color Cylindrical-coordinate representation of color #493335: hue angle of 354.55º 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 #493335 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 51 53 -
CMYK 0 0.30 0.27 0.71
HSL 354.55º 0.18% 0.24% -
HSV(B) 354.55º 0.3% 0.29% -
XYZ 4.57 4.04 3.91 -
YUV 57.81 125.29 138.84 -
System Red Green Blue C M Y K H S L
Decimal 73 51 53 0 0.30 0.27 0.71 354.55 0.18 0.24
Hex 49 33 35 0 1E 1B 47 163 12 18
Octal 111 63 65 0 36 33 107 543 22 30
Binary 1001001 110011 110101 0 11110 11011 1000111 101100011 10010 11000

Color Harmonies of #493335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493335

Black with #493335

Text Example


Text Example

White with #493335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493335; }

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

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

background-color css

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

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

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

border-color css

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

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

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